# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "dropbox-dir" version = "1.0.0" authors = ["Martin Chaine "] description = "Find your Dropbox directory in a jiffy" keywords = ["dropbox"] license = "MIT" repository = "https://github.com/casimir/dropbox-dir" [lib] name = "dropbox_dir" path = "src/lib.rs" [[bin]] name = "dropbox-dir" path = "src/bin.rs" [dependencies.atty] version = "0.2" [dependencies.clap] version = "2.29" [dependencies.quick-error] version = "1.2" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0"