# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "broadside" version = "0.1.0" authors = ["Scott Williams "] description = "The Cosmic Cli provides command line inerface to access a running server enabled with The Cosmic Initiative framework http://thecosmicinitiative.io" readme = "README.md" license = "MIT" repository = "https://github.com/cosmic-initiative/broadside" [dependencies.anyhow] version = "1.0.69" [dependencies.clap] version = "4.1.9" features = ["derive"] [dependencies.dirs] version = "4.0.0" [dependencies.tokio] version = "1.26.0" features = ["full"] [dependencies.walkdir] version = "2.3.3" [dependencies.zip] version = "0.6.4"