adding color-eyre and updating cargo stuff a bit

This commit is contained in:
Chris Cochrun 2024-09-25 11:19:55 -05:00
parent 9b8ed5a1cb
commit e933426000
2 changed files with 81 additions and 16 deletions

View file

@ -13,6 +13,10 @@ license = "GPL-3.0"
crate-type = ["staticlib"]
path = "src/rust/lib.rs"
# [[bin]]
# name = "lumina"
# path = "src/rust/main.rs"
[dependencies]
configparser = "3.0.2"
serde = "1.0.152"
@ -39,12 +43,13 @@ tracing = "0.1.37"
time = { version = "0.3.29", features = ["formatting", "macros"] }
obws = "0.11.5"
reqwest = "0.11.23"
color-eyre = "0.6.3"
# ffmpeg-next = "6.0.0"
# cxx-qt-build generates C++ code from the `#[cxx_qt::bridge]` module
# and compiles it together with the Rust static library
[build-dependencies]
cxx-qt-build = "0.6.1"
cxx-qt-build = { version = "0.6.1", features = [ "link_qt_object_files" ] }
qt-build-utils = "0.6.1"
# [dependencies.confy]