Initial library commit.
The dependency on Sigils was also added.
This commit is contained in:
commit
fee27b18a3
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
target
|
||||||
|
Cargo.lock
|
7
Cargo.toml
Normal file
7
Cargo.toml
Normal 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
3
src/lib.rs
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#[test]
|
||||||
|
fn it_works() {
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user