Browse Source

Fix licensing

pull/35/head
Andrea Ciliberti 2 years ago
parent
commit
657eeccd1e
  1. 4
      Cargo.toml
  2. 4
      README.md

4
Cargo.toml

@ -1,10 +1,10 @@
[package] [package]
name = "cargo-3ds" name = "cargo-3ds"
version = "0.1.0" version = "0.1.0"
authors = [ "Rust3DS Org", "Andrea Ciliberti <meziu210@icloud.com>" ]
description = "Cargo wrapper for developing Rust-based Nintendo 3DS homebrew apps" description = "Cargo wrapper for developing Rust-based Nintendo 3DS homebrew apps"
repository = "https://github.com/Meziu/cargo-3ds" repository = "https://github.com/Meziu/cargo-3ds"
license = "MIT" license = "MIT OR Apache-2.0"
authors = ["Andrea Ciliberti <meziu210@icloud.com>"]
edition = "2021" edition = "2021"
[dependencies] [dependencies]

4
README.md

@ -95,3 +95,7 @@ executable arguments, *another* `--` can be used. For example:
This works without two `--` instances because `--verbose` begins the set of This works without two `--` instances because `--verbose` begins the set of
`cargo` arguments and ends the set of 3DS-specific arguments. `cargo` arguments and ends the set of 3DS-specific arguments.
## LICENSE
This project is distributed under the MIT license or the Apache-2.0 license.

Loading…
Cancel
Save