LazyBoy2/Cargo.toml

19 lines
525 B
TOML
Raw Normal View History

[workspace]
resolver = "2"
members = ["crates/grokboy-core", "crates/grokboy"]
[workspace.package]
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
authors = ["Daniel Wang"]
[workspace.dependencies]
anyhow = "1"
futures-util = "0.3"
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls", "stream"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1", features = ["rt-multi-thread", "macros", "io-std", "io-util", "sync"] }
thiserror = "2"