draconic/Cargo.toml
Jason Travis Smith 280c6605ff Added a Pass Through compiler.
This just handles the include statement.
2016-07-31 04:08:08 -04:00

21 lines
539 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"]
[[bin]]
name = "draconicpt"
path = "src/pt_compiler.rs"
[dependencies.scribe]
git = "https://gitlab.com/CyberMages/scribe.git"
[dependencies.spellbook]
git = "https://gitlab.com/CyberMages/spellbook.git"