20 lines
475 B
TOML
20 lines
475 B
TOML
[package]
|
|
name = "alchemy"
|
|
version = "0.1.0"
|
|
authors = ["Jason Travis Smith <Jason@CyberMagesLLC.com>"]
|
|
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"
|
|
|
|
[dependencies.sigils]
|
|
git = "https://gitlab.com/CyberMages/sigils.git"
|
|
|
|
[dev-dependencies]
|
|
rand = "*"
|