Skip to content

Commit 6cf93ca

Browse files
committed
Fix Cargo.toml
1 parent 933c6a8 commit 6cf93ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[package]
22
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"
35
version = "0.1.0"
46
edition = "2021"
57
license = "MIT"
@@ -11,7 +13,6 @@ include = [
1113
"Cargo.lock",
1214
"README.md",
1315
]
14-
exclude = [".git", "target"]
1516

1617
[[bin]]
1718
name = "cargo-pvm-contract"

0 commit comments

Comments
 (0)