[package] name = "sky-migrate" version = "0.8.0" authors = ["Sayan Nandan "] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] skytable = { git = "https://github.com/skytable/client-rust.git" } env_logger = "0.10.0" bincode = "1.3.3" log = "0.4.19" clap = { version = "2", features = ["yaml"] }