We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6357b83 + 0fbdbea commit 14d70acCopy full SHA for 14d70ac
Cargo.toml
@@ -2,8 +2,10 @@
2
name = "heptgen"
3
version = "0.1.0"
4
edition = "2021"
5
-
6
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+license = "GPL-3.0"
+repository = "https://github.com/P-E-P/heptgen"
7
+description = "Generate c interface files from heptagon interface files."
8
+readme = "README.md"
9
10
[dependencies]
11
clap = { version = "3.1.17", features = ["cargo"] }
0 commit comments