2016-04-04 23:06:18 -04:00
|
|
|
[package]
|
|
|
|
name = "mason"
|
|
|
|
version = "0.1.0"
|
2016-07-31 02:52:29 -04:00
|
|
|
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"]
|
|
|
|
|
2016-04-21 15:34:03 -04:00
|
|
|
|
2016-04-08 19:24:46 -04:00
|
|
|
[dependencies.scribe]
|
2017-11-23 00:12:27 -05:00
|
|
|
git = "ssh://git@gitlab.com/CyberMages/Core/scribe.git"
|
2016-04-14 18:40:41 -04:00
|
|
|
|
|
|
|
[dependencies.alchemy]
|
2017-11-23 00:12:27 -05:00
|
|
|
git = "ssh://git@gitlab.com/CyberMages/Core/alchemy.git"
|