# 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 = "duet_charter_bin" version = "0.1.1" description = "Commandline duet charting tool for Clone Hero .chart files!" readme = "README.md" keywords = [ "CloneHero", "cli", ] categories = [ "parser-implementations", "games", "game-development", ] license-file = "LICENSE.md" repository = "https://github.com/aragonnetje6/lyric_charter" [[bin]] name = "duet_chart" path = "src/main.rs" [dependencies.clap] version = "3.2.16" features = ["derive"] [dependencies.duet_charter_lib] version = "0.1.1" [dependencies.eyre] version = "0.6.8"