* Fix up project structures * combine vars and funcs table * make a place for old code that may be useful to reference * singleton pattern for sym table Commentary: When this change is finally finished I promise to use feature branches from here on out
12 lines
273 B
TOML
12 lines
273 B
TOML
[package]
|
|
name = "relish"
|
|
version = "0.1.0"
|
|
authors = ["Aidan <aidan@aidanis.online>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
dirs = "3.0"
|
|
lazy_static = "1.4.0"
|
|
rustyline = "8.2.0"
|