Archived
1
0
Fork 0

refac(cli): rename migra bin

This commit is contained in:
Dmitriy Pleshevskiy 2021-02-02 00:11:00 +03:00
parent 942edd0f8b
commit 02f49a5d67

View file

@ -5,6 +5,9 @@ authors = ["Dmitriy Pleshevskiy <dmitriy@ideascup.me>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
name = "migra"
path = "src/main.rs"
[dependencies]
migra-core = { path = '../migra-core' }