munite/Cargo.toml

12 lines
328 B
TOML
Raw Permalink Normal View History

2023-01-05 01:18:30 +00:00
[package]
name = "munite"
version = "0.1.0"
edition = "2021"
description = "United media searching"
2023-01-05 01:18:30 +00:00
[dependencies]
munite-core = { version = "0.1.0", path = "./munite-core" }
clap = { version = "4.0", features = [ "derive" ] }
tokio = { version = "1.24", features = [ "rt", "macros", "rt-multi-thread" ] }
futures-util = "0.3"