Add a Cargo.toml configuration
This commit is contained in:
parent
c14f9b7a1b
commit
a92b102add
|
|
@ -1,3 +1,4 @@
|
||||||
/doc/
|
/doc/
|
||||||
/build/
|
/build/
|
||||||
/Makefile
|
/Makefile
|
||||||
|
/target
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
[package]
|
||||||
|
|
||||||
|
name = "openssl"
|
||||||
|
version = "0.0.1"
|
||||||
|
authors = ["Steven Fackler <sfackler@gmail.com"]
|
||||||
|
|
||||||
|
[[lib]]
|
||||||
|
|
||||||
|
name = "openssl"
|
||||||
|
path = "lib.rs"
|
||||||
Loading…
Reference in New Issue