maj/majc/Cargo.toml

15 lines
290 B
TOML
Raw Normal View History

2020-07-25 16:39:10 +00:00
[package]
name = "majc"
version = "0.2.0"
2020-07-25 16:39:10 +00:00
authors = ["Christine Dodrill <me@christine.website>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cursive = "0.15"
log = "0.4"
2020-07-25 18:42:51 +00:00
url = "2"
2020-07-25 16:39:10 +00:00
maj = { path = ".." }