sqlite-clone/sqlite_core/Cargo.toml
Kasper Juul Hermansen 1fc7b28f8d
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.202
2024-05-15 08:26:28 +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.202", features = ["derive"] }
[dev_dependencies]
rspec = "1.0"