# 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 = "foliot" version = "0.5.0" authors = ["jzbor"] description = "A simple time tracking tool to keep track of your working or studying time." readme = "README.md" license-file = "LICENSE" repository = "https://github.com/jzbor/foliot" [dependencies.chrono] version = "0.4.23" features = ["serde"] [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.regex] version = "1.10.2" [dependencies.serde] version = "1.0.151" features = ["derive"] [dependencies.serde_yaml] version = "0.9.16" [dependencies.tabled] version = "0.10.0" features = ["color"] [dependencies.xdg] version = "2.4.1"