git-subtree-dir: userspace git-subtree-mainline: c4a5ad22c1fddf7ac8649939e2f1f3ae7aa0bb39 git-subtree-split: 2b418dfb5cfc0673a3afda6eda5957abaaf7a8ff
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"
|