2021-01-24 12:34:58 -08:00
|
|
|
[package]
|
|
|
|
|
name = "relish"
|
|
|
|
|
version = "0.1.0"
|
2023-03-08 19:42:08 -08:00
|
|
|
authors = ["Ava <ava@sunnypup.io>"]
|
2021-01-24 12:34:58 -08:00
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2021-09-19 15:02:24 -07:00
|
|
|
dirs = "3.0"
|
2023-02-15 23:27:00 -08:00
|
|
|
rustyline = "8.2.0"
|