# 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 = "organizator" version = "0.0.1" authors = ["András Németh "] build = false exclude = [".idea/"] autobins = false autoexamples = false autotests = false autobenches = false default-run = "organizator" description = "General and recurring task manager" homepage = "https://codeberg.org/sunarch/organizator" documentation = "https://docs.rs/organizator" readme = "README.md" keywords = [ "organizator", "task", "tasks", ] categories = ["command-line-utilities"] license = "MPL-2.0" repository = "https://codeberg.org/sunarch/organizator" [[bin]] name = "organizator" path = "src/main.rs" [dependencies]