initial commit
3 files changed, 19 insertions(+), 0 deletions(-) A => Cargo.toml A => README.md A => src/lib.rs
A => Cargo.toml +9 -0
@@ 0,0 1,9 @@ +[package] +name = "glif" +version = "0.1.0" +authors = ["Simon Heath <icefox@dreamquest.io>"] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies]
A => README.md +3 -0
A => src/lib.rs +7 -0