Cargo command to work with Nintendo 3DS project binaries.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
520 B

[package]
name = "cargo-3ds"
version = "0.1.0"
authors = [ "Rust3DS Org", "Andrea Ciliberti <meziu210@icloud.com>" ]
description = "Cargo wrapper for developing Nintendo 3DS homebrew apps"
repository = "https://github.com/Meziu/cargo-3ds"
license = "MIT OR Apache-2.0"
edition = "2021"
[dependencies]
cargo_metadata = "0.14.0"
rustc_version = "0.4.0"
semver = "1.0.10"
serde = { version = "1.0.139", features = ['derive'] }
tee = "0.1.0"
toml = "0.5.6"
clap = { version = "4.0.15", features = ["derive", "wrap_help"] }