# 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 = "wyrcan-todo" version = "0.1.6" description = "A todo manager for managing todotxt based files" license = "MIT OR Apache-2.0" [[bin]] name = "wyrcan" path = "src/main.rs" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.4.14" [dependencies.crossterm] version = "0.27.0" [dependencies.directories] version = "5.0.1" [dependencies.eyre] version = "0.6.11" [dependencies.figment] version = "0.10.13" features = ["toml"] [dependencies.ratatui] version = "0.25.0" [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.111" [dependencies.strum] version = "0.25.0" features = ["derive"] [dependencies.strum_macros] version = "0.25.3" [dependencies.todo_lib] version = "7.0.1" [dependencies.tui-input] version = "0.8.0"