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]
|
2025-05-03 21:31:26 +02:00
|
|
|
ariadne = "0.5.1"
|
2025-05-04 18:36:43 +02:00
|
|
|
rustyline = { version = "15.0.0", default-features = false, features = ["with-file-history"] }
|
2025-05-03 19:00:41 +02:00
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
|
insta = "1.43.1"
|