# 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] edition = "2018" name = "wysgy" version = "0.1.4" authors = ["Prasanna "] description = "A command line graph DB for making higher dimensional notes" readme = "README.md" keywords = ["notes", "cmdline", "graphdb"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" [dependencies.clap] version = "2.33" features = ["yaml"] [dependencies.cursive] version = "0.12.0" [dependencies.gag] version = "0.1.10" [dependencies.glob] version = "^0.3" [dependencies.log] version = "0.4.7" [dependencies.log4rs] version = "0.8.3" [dependencies.serde_json] version = "1.0" [dependencies.sublime_fuzzy] version = "0.6.0" [dependencies.textwrap] version = "0.11" [dependencies.wysgy_core] version = "0.1.4"