diff --git a/migra-cli/Cargo.toml b/migra-cli/Cargo.toml index 0d3f8cb..6a4fb77 100644 --- a/migra-cli/Cargo.toml +++ b/migra-cli/Cargo.toml @@ -5,6 +5,9 @@ authors = ["Dmitriy Pleshevskiy "] 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' }