sqlite-clone/sqlite_core/Cargo.toml
Kasper Juul Hermansen b330bf6802
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
fix(deps): update rust crate serde to 1.0.200
2024-05-01 16:30:34 +00:00

14 lines
322 B
TOML

[package]
name = "sqlite_core"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sscanf = { version = "0.4.1" }
bincode = "2.0.0-rc.3"
serde = { version = "1.0.200", features = ["derive"] }
[dev_dependencies]
rspec = "1.0"