# See: https://doc.rust-lang.org/cargo/reference/manifest.html [package] name = "asimov-cli" version = "24.0.0-dev.0" authors = ["Asimov AI "] edition = "2021" rust-version = "1.70" description = "Asimov Command-Line Interface (CLI)" documentation = "https://github.com/AsimovPlatform/asimov-cli/blob/master/README.md" readme = true homepage = "https://sdk.asimov.so" repository = "https://github.com/AsimovPlatform/asimov-cli" license = "Unlicense" keywords = [] categories = [] publish = true [features] default = [] [dependencies] asimov-sdk = "24.0.0-dev.0" [patch.crates-io] asimov-sdk = { path = "../asimov-sdks/rust/lib/asimov-sdk" } asimov-sys = { path = "../asimov-sdks/rust/lib/asimov-sys" }