forked from AbleScript/ablescript
Erin
2194e2726f
- Added tokenization - Modified `Token` definition for make it compatible with Logos - And also obeyed our paperclip overlord and changed all names to be complaint with Rust conventions
11 lines
247 B
TOML
11 lines
247 B
TOML
[package]
|
|
name = "able-script"
|
|
version = "0.1.0"
|
|
authors = ["able <abl3theabove@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
clap="*"
|
|
logos = "0.12" |