Rename mpc_snark to snark.

This commit is contained in:
Sean Bowe 2016-08-02 10:25:57 -06:00
parent aa3e4602bc
commit 07f1411031
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
5 changed files with 30 additions and 6 deletions

4
Cargo.lock generated
View File

@ -2,7 +2,7 @@
name = "mpc"
version = "0.0.1"
dependencies = [
"mpc_snark 0.0.1",
"snark 0.0.1",
]
[[package]]
@ -21,7 +21,7 @@ version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "mpc_snark"
name = "snark"
version = "0.0.1"
dependencies = [
"gcc 0.3.32 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -10,4 +10,4 @@ license = "MIT OR Apache-2.0"
readme = "README.md"
[dependencies]
mpc_snark = { path = "./snark/" }
snark = { path = "./snark/" }

24
snark/Cargo.lock generated Normal file
View File

@ -0,0 +1,24 @@
[root]
name = "snark"
version = "0.0.1"
dependencies = [
"gcc 0.3.32 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "gcc"
version = "0.3.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "lazy_static"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"

View File

@ -1,5 +1,5 @@
[package]
name = "mpc_snark"
name = "snark"
version = "0.0.1"
authors = [
"Sean Bowe <ewillbefull@gmail.com>",

View File

@ -1,6 +1,6 @@
extern crate mpc_snark;
extern crate snark;
use mpc_snark::*;
use snark::*;
fn main() {
initialize();