2016-07-15 15:40:16 -04:00
|
|
|
[package]
|
|
|
|
name = "draconic"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Jason Travis Smith <Myrddin@CyberMagesLLC.com>"]
|
|
|
|
description = "A parser/compiler/interpreter for the Dragonic language."
|
|
|
|
license = ""
|
|
|
|
repository = "https://gitlab.com/CyberMages/draconic.git"
|
|
|
|
documentation = ""
|
|
|
|
keywords = ["draconic", "parser", "interpreter", "compiler"]
|
2020-07-07 03:17:31 -04:00
|
|
|
edition = "2018"
|
|
|
|
|
2016-07-15 15:40:16 -04:00
|
|
|
|
2016-07-31 04:08:08 -04:00
|
|
|
[[bin]]
|
|
|
|
name = "draconicpt"
|
|
|
|
path = "src/pt_compiler.rs"
|
|
|
|
|
2016-07-16 17:07:47 -04:00
|
|
|
|
|
|
|
[dependencies.scribe]
|
2020-07-07 03:17:31 -04:00
|
|
|
git = "ssh://git@gitlab.com/CyberMages/Core/scribe.git"
|
|
|
|
|
|
|
|
[dependencies.weave]
|
|
|
|
git = "ssh://git@gitlab.com/CyberMages/Core/weave.git"
|
2016-07-31 04:08:08 -04:00
|
|
|
|
|
|
|
[dependencies.spellbook]
|
2020-07-07 03:17:31 -04:00
|
|
|
git = "ssh://git@gitlab.com/CyberMages/Core/spellbook.git"
|