# 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 = "laydown" version = "2.6.4" authors = ["badjr13"] description = "Always know what you're going to say at Daily Standup." readme = "README.md" keywords = [ "cli", "standup", "agile", "scrum", "kanban", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/badjr13/laydown" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4" [dependencies.dirs] version = "4" [dependencies.ron] version = "0.7" [dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.assert_cmd] version = "2"