# 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 = "not-notes" version = "0.1.0" authors = ["João Vitor Silveira Ribeiro "] autotests = false description = "Not is a terminal-based note-taking app.\nIt handles your notes in a markdown format,\nso it's possible to sync the notes between your devices.\n" homepage = "https://gitlab.com/joao-vitor-sr/not" documentation = "https://gitlab.com/joao-vitor-sr/not" keywords = ["notes", "cli"] license = "MIT" repository = "https://gitlab.com/joao-vitor-sr/not" resolver = "2" [package.metadata.deb] assets = [["target/release/rg", "usr/bin/", "755"], ["LICENSE", "usr/share/doc/ripgrep/", "644"], ["README.md", "usr/share/doc/ripgrep/README", "644"]] extended-description = "Not is a terminal-based note-taking app.\nIt handles your notes in a markdown format,\nso it's possible to sync the notes between your devices.\n" [[bin]] name = "not" path = "src/main.rs" bench = false [dependencies.clap] version = "3.2.12" [dependencies.termion] version = "1.5.6" [dependencies.xdg] version = "2.4.1"