refac(cli): rename migra bin
This commit is contained in:
parent
942edd0f8b
commit
02f49a5d67
1 changed files with 3 additions and 0 deletions
|
@ -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' }
|
||||
|
|
Reference in a new issue