We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 933c6a8 commit 6cf93caCopy full SHA for 6cf93ca
Cargo.toml
@@ -1,5 +1,7 @@
1
[package]
2
name = "cargo-pvm-contract"
3
+description = "A Cargo subcommand to create and build PVM smart contracts."
4
+repository = "https://github.com/paritytech/cargo-pvm-contract"
5
version = "0.1.0"
6
edition = "2021"
7
license = "MIT"
@@ -11,7 +13,6 @@ include = [
11
13
"Cargo.lock",
12
14
"README.md",
15
]
-exclude = [".git", "target"]
16
17
[[bin]]
18
0 commit comments