rename package

This commit is contained in:
jb-alvarado 2022-03-08 21:22:31 +01:00
parent 27fb996090
commit 574fe2278f
2 changed files with 2 additions and 3 deletions

2
Cargo.lock generated
View File

@ -111,7 +111,7 @@ dependencies = [
]
[[package]]
name = "ffplayout-engine-rs"
name = "ffplayout-rs"
version = "0.1.0"
dependencies = [
"chrono",

View File

@ -1,7 +1,7 @@
# cargo-features = ["strip"]
[package]
name = "ffplayout-engine-rs"
name = "ffplayout-rs"
version = "0.1.0"
edition = "2021"
@ -11,7 +11,6 @@ clap = { version = "3.0.14", features = ["derive"] }
ffprobe = "0.3"
file-rotate = "0.6.0"
log = "0.4.14"
#notify = { version = "5.0.0-pre.13", features = ["serde"] }
notify = "4.0.17"
rand = "0.8.5"
regex = "1"