dust/dust-shell/Cargo.toml

16 lines
337 B
TOML
Raw Normal View History

2024-03-20 08:42:13 +00:00
[package]
name = "dust-shell"
version = "0.1.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true
[dependencies]
2024-08-09 00:58:56 +00:00
clap = { version = "4.5.14", features = ["derive"] }
2024-09-10 22:19:59 +00:00
colored = "2.1.0"
2024-08-09 00:58:56 +00:00
dust-lang = { path = "../dust-lang" }
2024-08-20 04:15:19 +00:00
env_logger = "0.11.5"
2024-09-10 22:19:59 +00:00
log = "0.4.22"