mirror of
https://github.com/ShadowJonathan/conduit_toolbox.git
synced 2025-07-10 20:14:00 +03:00
INIT
This commit is contained in:
commit
03fde79046
7 changed files with 671 additions and 0 deletions
13
tools/sled_to_sqlite/Cargo.toml
Normal file
13
tools/sled_to_sqlite/Cargo.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
[package]
|
||||
name = "conduit_sled_to_sqlite"
|
||||
version = "0.1.0"
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
sled = { version = "0.34.6", features = ["compression", "no_metrics"] }
|
||||
rusqlite = { version = "0.25.3", features = ["bundled"] }
|
||||
clap = "2.33.3"
|
||||
anyhow = "1.0.41"
|
||||
itertools = "0.10.1"
|
Loading…
Add table
Add a link
Reference in a new issue