fxp_init 0.4.2

Initialization of configuration for fxp_videoclipper
Documentation
[package]
name = "fxp_init"
version = "0.4.2"
edition = "2021"
description = "Initialization of configuration for fxp_videoclipper"
repository = "https://github.com/pramatias/fxp_videoclipper/"
license = "MIT OR Apache-2.0"

[dependencies]
dialoguer = "0.11.0"
directories = "5.0.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
log = "0.4"
env_logger = "0.11.6"
rolling-file = "0.2.0"
confy = "0.6.1"
anyhow = "1.0.95"
console = "0.15.10"

[lib]
name = "fxp_init"
path = "src/lib.rs"