Skip to content

Commit 5e52670

Browse files
committed
Add some missing metadata from the Cargo.toml in preparation for publishing the package
1 parent 216e96c commit 5e52670

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/libcprover-rust/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
name = "cprover-api-rust"
33
version = "0.1.0"
44
edition = "2021"
5+
description = "Rust API for CBMC and assorted CProver tools"
6+
repository = "https://github.com/diffblue/cbmc"
7+
documentation = "https://diffblue.github.io/cbmc/"
8+
license = "BSD-4-Clause"
9+
exclude = ["other/", "module_dependencies.txt"]
510

611
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
712

0 commit comments

Comments
 (0)