mason/Cargo.toml

24 lines
623 B
TOML

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