Skip to content

Commit 196f4b1

Browse files
committed
Merge pull request #80 from ebfe/cargo
add Cargo.toml
2 parents 333a451 + 0c0893a commit 196f4b1

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ tools/rust-crypto-tester/target/
3030
*~
3131
.*.swp
3232
.*.swo
33+
34+
# cargo build
35+
target/

Cargo.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[package]
2+
name = "rust-crypto"
3+
version = "0.1.0"
4+
authors = []
5+
6+
[[lib]]
7+
name = "rust-crypto"
8+
path = "src/rust-crypto/lib.rs"

0 commit comments

Comments
 (0)