mason/Cargo.toml
Jason Travis Smith 1f6ade85fa The resource loader manifest is now created and can be loaded later.
The example, build.rs, is also able to be used as the build file for
a cargo crate build.
2016-04-14 18:40:41 -04:00

16 lines
427 B
TOML

[package]
name = "mason"
version = "0.1.0"
authors = ["Jason Travis Smith <Jason@CyberMagesLLC.com>"]
description = "The build system for CyberMages LLC projects."
license = ""
repository = "https://gitlab.com/CyberMages/mason.git"
documentation = ""
keywords = ["mason", "build"]
[dependencies.scribe]
git = "https://gitlab.com/CyberMages/scribe.git"
[dependencies.alchemy]
git = "https://gitlab.com/CyberMages/alchemy.git"