osdb/Cargo.toml

13 lines
252 B
TOML
Raw Normal View History

2025-05-01 19:24:18 +02:00
[package]
name = "osdb"
version = "0.1.0"
edition = "2024"
2025-05-01 21:00:28 +02:00
authors = ["Khaïs COLIN"]
2025-05-01 19:24:18 +02:00
[dependencies]
ariadne = "0.5.1"
rustyline = { version = "15.0.0", default-features = false, features = ["with-file-history"] }
[dev-dependencies]
insta = "1.43.1"