12 lines
370 B
TOML
12 lines
370 B
TOML
[package]
|
|
name = "term"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["Mark Poliakov <mark@alnyan.me>"]
|
|
|
|
[dependencies]
|
|
clap = { version = "4.3.19", features = ["std", "derive"], default-features = false }
|
|
bytemuck = { workspace = true, features = ["derive"] }
|
|
libcolors = { workspace = true, default-features = false, features = ["client"] }
|
|
thiserror.workspace = true
|