Skip to content

Commit 14d70ac

Browse files
authored
Merge pull request #3 from P-E-P/dev
Add package informations
2 parents 6357b83 + 0fbdbea commit 14d70ac

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
name = "heptgen"
33
version = "0.1.0"
44
edition = "2021"
5-
6-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
5+
license = "GPL-3.0"
6+
repository = "https://github.com/P-E-P/heptgen"
7+
description = "Generate c interface files from heptagon interface files."
8+
readme = "README.md"
79

810
[dependencies]
911
clap = { version = "3.1.17", features = ["cargo"] }

0 commit comments

Comments
 (0)