# 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 = "remedy" version = "0.1.1" authors = ["Rowan Clarke <36474636+rowanclarke@users.noreply.github.com>"] description = "Tool for thinking and learning" readme = "README.md" keywords = [ "learn", "revise", "think", "second-brain", "zettelkasten", ] license = "MIT" repository = "https://github.com/rowanclarke/rs-remedy" [dependencies.clap] version = "4.3.3" features = ["derive"] [dependencies.remediate] version = "0.2.1" [dependencies.strum] version = "0.25.0" features = ["derive"] [dependencies.termion] version = "2.0.1"