# 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 = "grom" version = "0.2.2" description = "CLI for Note Taking" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/alwaysamer/grom" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.8" features = ["derive"] [dependencies.cliclack] version = "0.3.2" [dependencies.console] version = "0.15.8" [dependencies.ctrlc] version = "3.4.4" [dependencies.dirs] version = "5.0.1" [dependencies.git2] version = "0.19.0" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.toml] version = "0.8.14"