Skip to content

Commit 2467531

Browse files
authored
Merge pull request #39 from rust3ds/publish
fix cargo.toml 2
2 parents 3429e3e + 757ce04 commit 2467531

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
[package]
22
name = "cargo-3ds"
33
version = "0.1.0"
4-
authors = [ "Rust3DS Org", "Andrea Ciliberti <[email protected]>" ]
4+
authors = ["Rust3DS Org", "Andrea Ciliberti <[email protected]>"]
55
description = "Cargo wrapper for developing Nintendo 3DS homebrew apps"
66
repository = "https://github.com/rust3ds/cargo-3ds"
77
keywords = ["3ds", "homebrew"]
88
categories = ["command-line-utilities", "development-tools::cargo-plugins"]
9+
exclude = [".github"]
910
license = "MIT OR Apache-2.0"
1011
edition = "2021"
1112

1213
[dependencies]
1314
cargo_metadata = "0.14.0"
1415
rustc_version = "0.4.0"
1516
semver = "1.0.10"
16-
serde = { version = "1.0.139", features = ['derive'] }
17+
serde = { version = "1.0.139", features = ["derive"] }
1718
tee = "0.1.0"
1819
toml = "0.5.6"
1920
clap = { version = "4.0.15", features = ["derive", "wrap_help"] }

0 commit comments

Comments
 (0)