mirror of
https://github.com/ShadowJonathan/conduit_toolbox.git
synced 2025-07-26 05:14:07 +03:00
12 lines
351 B
TOML
12 lines
351 B
TOML
[package]
|
|
name = "conduit_iface"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
itertools = "0.10.1"
|
|
sled = { version = "0.34.6", features = ["compression", "no_metrics"] }
|
|
rusqlite = { version = "0.25.3", features = ["bundled"] }
|
|
anyhow = "1.0.42"
|