26 lines
648 B
TOML
26 lines
648 B
TOML
[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"]
|
|
edition = "2018"
|
|
|
|
|
|
[[bin]]
|
|
name = "draconicpt"
|
|
path = "src/pt_compiler.rs"
|
|
|
|
|
|
[dependencies.scribe]
|
|
git = "ssh://git@gitlab.com/CyberMages/Core/scribe.git"
|
|
|
|
[dependencies.weave]
|
|
git = "ssh://git@gitlab.com/CyberMages/Core/weave.git"
|
|
|
|
[dependencies.spellbook]
|
|
git = "ssh://git@gitlab.com/CyberMages/Core/spellbook.git"
|