exceptional/rustlib/Cargo.toml
2024-07-03 13:23:57 +02:00

14 lines
No EOL
231 B
TOML

[package]
name = "rustlib"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
bench = false
[dependencies]
anyhow = "1.0"
chrono = "0.4"
reqwest = { version = "0.12", features = ["blocking"]}
crossbeam-deque = "0.8"