Initial commit
Includes: runtime base from a previous project, syn(tax) module with parser and lexer Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
15
runtime/Cargo.toml
Normal file
15
runtime/Cargo.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "runtime"
|
||||
version = "0.1.0"
|
||||
authors = ["Alek Ratzloff <alekratz@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
maplit = "1.0.2"
|
||||
once_cell = "1.4.1"
|
||||
|
||||
[dependencies.shredder]
|
||||
git = "https://github.com/Others/shredder"
|
||||
features = ["nightly-features"]
|
||||
Reference in New Issue
Block a user