# 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 = "flash-client" version = "0.1.0" authors = ["Peter Lande"] description = "A TUI application for studying with flash cards." readme = "README.md" keywords = [ "tui", "application", ] license = "MIT" repository = "https://github.com/Peter-Lande/flash-client" resolver = "2" [dependencies.crossterm] version = "0.25.0" [dependencies.dirs] version = "4.0" [dependencies.rust-ini] version = "0.18" [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.serde_json] version = "1.0.85" [dependencies.tui] version = "0.19.0"