2024-01-04 08:18:09 +00:00
|
|
|
[package]
|
|
|
|
name = "cl-frontend"
|
|
|
|
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" }
|
2024-02-26 21:15:34 +00:00
|
|
|
crossterm = "0.27.0"
|