Initial library commit.

The dependency on Sigils was also added.
This commit is contained in:
Jason Travis Smith 2015-12-29 19:48:46 -05:00
commit fee27b18a3
3 changed files with 12 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
target
Cargo.lock

7
Cargo.toml Normal file
View File

@ -0,0 +1,7 @@
[package]
name = "alchemy"
version = "0.1.0"
authors = ["Jason Travis Smith <Jason@CyberMagesLLC.com>"]
[dependencies.sigils]
git = "https://gitlab.com/CyberMages/sigils.git"

3
src/lib.rs Normal file
View File

@ -0,0 +1,3 @@
#[test]
fn it_works() {
}