# 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 = "olagem" version = "0.2.0" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Typing speed test in the terminal" homepage = "https://github.com/benjamin-voisin/olagem.git" readme = "README.md" license = "CC0-1.0" repository = "https://github.com/benjamin-voisin/olagem.git" [lib] name = "olagem" path = "src/lib.rs" [[bin]] name = "olagem" path = "src/main.rs" [dependencies.crossterm] version = "0.27.0" [dependencies.csv] version = "1.3.0" [dependencies.dirs] version = "^5.0" [dependencies.rand] version = "0.8.5" [dependencies.ratatui] version = "0.24.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.toml] version = "0.8.16" [build-dependencies.dirs] version = "^5.0"