sqlite-clone/sqlite_core/Cargo.toml
Kasper Juul Hermansen c9ecf58a2b
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.199
2024-04-27 04:59:42 +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.199", features = ["derive"] }
[dev_dependencies]
rspec = "1.0"