iowo/crates/app/Cargo.toml

24 lines
560 B
TOML
Raw Permalink Normal View History

[package]
name = "app"
version = "0.1.0"
edition = "2021"
default-run = "app"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ariadne = "0.4"
clap = { workspace = true, features = [ "derive", "env" ] }
dirs = "5"
eval = { path = "../eval" }
ir = { path = "../ir" }
prowocessing = { path = "../prowocessing"}
owo-colors = "4"
2024-01-12 21:19:37 +00:00
ron = "0.8"
serde = { workspace = true, features = [ "derive" ] }
2024-01-12 21:19:37 +00:00
serde_json = "1.0"
time = { version = "0.3", features = [ "local-offset" ] }
2024-01-20 20:32:25 +00:00
[lints]
workspace = true