Conlang/cl-repl/Cargo.toml

16 lines
396 B
TOML
Raw Normal View History

[package]
name = "cl-repl"
repository.workspace = true
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
publish.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
conlang = { path = "../libconlang" }
cl-interpret = { path = "../cl-interpret" }
crossterm = "0.27.0"