# 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 = "h57bank" version = "0.1.2" authors = ["Q "] description = "A command line tool for keeping track of people's balances at the 57North Snack Bank" license = "MIT" repository = "https://github.com/TheEnbyperor/57north-bank" resolver = "2" [[bin]] name = "57bank" path = "src/main.rs" [dependencies.ansi_term] version = "0" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.rustbreak] version = "2" features = ["ron_enc"] [dependencies.serde] version = "1" features = ["derive"]