dust/dust-shell/Cargo.toml

21 lines
538 B
TOML
Raw Normal View History

2024-03-20 08:42:13 +00:00
[package]
name = "dust-shell"
description = "Command line shell for the Dust programming language"
version = "0.1.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true
[dependencies]
2024-03-23 21:07:41 +00:00
ariadne = "0.4.0"
2024-03-20 08:42:13 +00:00
clap = { version = "4.5.3", features = ["derive"] }
colored = "2.1.0"
dust-lang = { path = "../dust-lang" }
env_logger = "0.11.3"
2024-04-27 07:40:05 +00:00
log = "0.4.21"
2024-03-20 08:42:13 +00:00
nu-ansi-term = "0.50.0"
reedline = { version = "0.30.0", features = ["sqlite", "system_clipboard"] }
ron = "0.8.1"