Files
novem/Cargo.toml

17 lines
359 B
TOML
Raw Normal View History

2026-04-20 15:13:26 +01:00
[package]
name = "novem"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1"
2026-04-24 19:22:25 +01:00
futures = "0.3.32"
futures-lite = "2.6.1"
2026-04-20 15:13:26 +01:00
gpui = { version = "*" }
paste = "1.0"
2026-04-23 11:18:43 +01:00
rand = "0.10.1"
2026-04-24 19:22:25 +01:00
reqwest = { version = "0.13.2", features = ["form"] }
2026-04-21 20:30:41 +01:00
serde = "1.0.228"
serde_json = "1.0.149"
2026-04-22 12:41:33 +01:00
tokio = { version = "1.52.1", features = ["rt-multi-thread", "net", "time"] }