# 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 = "on-a-roll" version = "0.1.0" description = "On a Roll is CLI task manager wriiten in Rust that makes you feel like you are on a roll today!" readme = "README.md" license = "MIT" repository = "https://github.com/donbignose/on-a-roll/" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "roll" path = "src/bin/cli/main.rs" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.diesel] version = "2.1.4" features = [ "sqlite", "returning_clauses_for_sqlite_3_35", ] [dependencies.diesel_migrations] version = "2.1.0" [dependencies.dotenvy] version = "0.15.7" [dependencies.glob] version = "0.3.1" [dependencies.libsqlite3-sys] version = "0.27" features = ["bundled"]