# 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 = "playdate-rs-cli" version = "0.0.1" authors = ["Wenyu Zhao "] description = "playdate-rs command line tools" readme = "README.md" license = "MIT" resolver = "1" [[bin]] name = "cargo-playdate" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.cargo_metadata] version = "0.17.0" [dependencies.clap] version = "4.3.23" features = ["derive"] [dependencies.clap-cargo] version = "0.11.0" [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.20" [dependencies.minijinja] version = "1.0.6"