# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "work" version = "0.4.2" authors = ["g-w1 "] description = "A simple cli todo manager" homepage = "https://github.com/g-w1/work" documentation = "https://github.com/g-w1/work" readme = "README.md" keywords = ["todo", "task_management"] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/g-w1/work" [dependencies.clap] version = "3.0.0-beta.1" [dependencies.confy] version = "0.4.0" [dependencies.rusqlite] version = "0.23.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.skim] version = "0.8.2" [dependencies.termion] version = "1.5.5"