plex-media-ingest/Cargo.toml
Andreas Mieke b7a47519b5 feat(config): Add config loading/saving
Also adding a first time run wizard, which creates the config if it does
not exist yet.
2023-11-02 03:19:05 +01:00

15 lines
369 B
TOML

[package]
name = "plex-media-ingest"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.4.7", features = ["derive"] }
inquire = "0.6.2"
log = "0.4.20"
serde = { version = "1.0.190", features = ["derive"] }
serde_json = "1.0.108"
stderrlog = "0.5.4"