vore/vored/Cargo.toml
2021-04-21 12:16:55 +02:00

11 lines
No EOL
262 B
TOML

[package]
name = "vored"
version = "0.1.0"
authors = ["eater <=@eater.me>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.40"
vore-core = { path = "../vore-core" }