edlang/lib/edlang_session/Cargo.toml

10 lines
250 B
TOML
Raw Normal View History

2024-01-14 08:36:46 +00:00
[package]
name = "edlang_session"
2024-02-13 06:26:10 +00:00
version = "0.0.1-alpha.3"
2024-01-14 08:36:46 +00:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-01-15 06:44:11 +00:00
ariadne = { version = "0.4.0", features = ["auto-color"] }