13 lines
387 B
TOML
13 lines
387 B
TOML
|
[package]
|
||
|
name = "term"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
authors = ["Mark Poliakov <mark@alnyan.me>"]
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
bytemuck = { version = "1.14.0", features = ["derive"] }
|
||
|
libcolors = { path = "../lib/libcolors", default_features = false, features = ["client"] }
|
||
|
thiserror = "1.0.56"
|