We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 216e96c commit 5e52670Copy full SHA for 5e52670
src/libcprover-rust/Cargo.toml
@@ -2,6 +2,11 @@
2
name = "cprover-api-rust"
3
version = "0.1.0"
4
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"]
10
11
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
12
0 commit comments