Archived
1
0
Fork 0
This repository has been archived on 2024-07-25. You can view files and clone it, but cannot push or open issues or pull requests.
migra/migra-cli/Cargo.toml

14 lines
356 B
TOML

[package]
name = "migra-cli"
version = "0.1.0"
authors = ["Dmitriy Pleshevskiy <dmitriy@ideascup.me>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
migra-core = { path = '../migra-core' }
structopt = "0.3"
serde = { version = "1.0", features = ["derive"] }
toml = "0.5"