Skip to content

Commit 3c32563

Browse files
authored
Merge pull request #311 from salterm/master
Modified Cargo.toml to reflect version 0.1.0 and get ready for crate publish
2 parents 4fa4ae2 + 5956a47 commit 3c32563

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

Cargo.toml

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustproof"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
authors = [
55
"Matthew Slocum <arco000@gmail.com>",
66
"Sami Sahli <samisahli@me.com>",
@@ -9,12 +9,19 @@ authors = [
99
"Michael Salter <salterm@pdx.edu>",
1010
"Bradley Rasmussen <rasmbj@pdx.edu>",
1111
"Drew Gohman <dgohman@pdx.edu>"
12-
]
12+
]
1313
license = "Apache-2.0/MIT"
1414
description = "Compiler plugin to generate verification conditions from Rust code."
1515
repository = "https://github.com/Rust-Proof/rustproof"
1616
readme = "README.md"
1717
keywords = ["plugin", "smt", "verification", "z3", "solver", "satisfiability"]
18+
exclude = [
19+
"documents/*",
20+
"scripts/*",
21+
"build.rs",
22+
".travis.yml",
23+
"src/parser/expression_parser.lalrpop",
24+
]
1825

1926
#build = "build.rs"
2027

@@ -25,7 +32,6 @@ lalrpop = "0.11.0"
2532
env_logger = "0.3.4"
2633
lalrpop-util = "0.11.0"
2734
libsmt = { git = "https://github.com/Rust-Proof/libsmt.rs.git" }
28-
#libsmt = { path = "libsmt.rs" }
2935
petgraph = "*"
3036

3137
[lib]

0 commit comments

Comments
 (0)