mason/Cargo.toml

17 lines
444 B
TOML
Raw Normal View History

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