2015-12-29 19:48:46 -05:00
|
|
|
[package]
|
|
|
|
name = "alchemy"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Jason Travis Smith <Jason@CyberMagesLLC.com>"]
|
2016-04-13 23:57:40 -04:00
|
|
|
description = "Handles converting values to and from a binary format."
|
|
|
|
license = ""
|
|
|
|
repository = "https://gitlab.com/CyberMages/alchemy.git"
|
|
|
|
documentation = ""
|
|
|
|
keywords = ["converter", "binary"]
|
|
|
|
|
|
|
|
|
|
|
|
[dependencies.scribe]
|
|
|
|
git = "https://gitlab.com/CyberMages/scribe.git"
|
2015-12-29 19:48:46 -05:00
|
|
|
|
|
|
|
[dependencies.sigils]
|
|
|
|
git = "https://gitlab.com/CyberMages/sigils.git"
|
2016-01-02 18:27:06 -05:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
rand = "*"
|