Skip to content

Commit

Permalink
Add licence and repo to cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
9names committed Feb 9, 2022
1 parent 982c0be commit 7d3e7ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name = "wii-ext"
version = "0.1.0"
edition = "2021"
authors = ["9names"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
repository = "https://github.com/9names/wii-ext-rs"
license = "MIT OR Apache-2.0"

[dependencies]
embedded-hal = { version = "0.2.5", features = ["unproven"] }
Expand Down

0 comments on commit 7d3e7ba

Please sign in to comment.