mirror of
https://github.com/ShadowJonathan/conduit_toolbox.git
synced 2025-07-10 03:54:33 +03:00
refactor, add heed, add migrate tool
This commit is contained in:
parent
03305cd144
commit
df8d3c95de
9 changed files with 673 additions and 62 deletions
12
tools/migrate/Cargo.toml
Normal file
12
tools/migrate/Cargo.toml
Normal file
|
@ -0,0 +1,12 @@
|
|||
[package]
|
||||
name = "conduit_migrate"
|
||||
version = "0.1.0"
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
clap = "2.33.3"
|
||||
anyhow = "1.0.41"
|
||||
conduit_iface = { path = "../iface/" }
|
||||
thiserror = "1.0.26"
|
Loading…
Add table
Add a link
Reference in a new issue