This commit is contained in:
Chris Cochrun 2024-10-13 15:42:35 -05:00
parent b1d938acba
commit 6fe0bf8fe2
2 changed files with 28 additions and 26 deletions

53
Cargo.lock generated
View file

@ -490,32 +490,6 @@ dependencies = [
"unicode-segmentation",
]
[[package]]
name = "core"
version = "0.1.0"
dependencies = [
"color-eyre",
"configparser",
"dirs",
"fastrand 2.1.1",
"obws",
"pretty_assertions",
"quote",
"reqwest",
"rfd",
"serde",
"serde_derive",
"serde_json",
"sqlx",
"tar",
"time",
"tokio",
"tracing",
"tracing-subscriber",
"youtube_dl",
"zstd",
]
[[package]]
name = "core-foundation"
version = "0.9.4"
@ -1490,6 +1464,7 @@ dependencies = [
"cxx-qt-lib",
"dirs",
"fastrand 2.1.1",
"lumina-core",
"obws",
"qt-build-utils",
"quote",
@ -1573,6 +1548,32 @@ version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
[[package]]
name = "lumina-core"
version = "0.1.0"
dependencies = [
"color-eyre",
"configparser",
"dirs",
"fastrand 2.1.1",
"obws",
"pretty_assertions",
"quote",
"reqwest",
"rfd",
"serde",
"serde_derive",
"serde_json",
"sqlx",
"tar",
"time",
"tokio",
"tracing",
"tracing-subscriber",
"youtube_dl",
"zstd",
]
[[package]]
name = "malloc_buf"
version = "0.0.6"

View file

@ -21,6 +21,7 @@ path = "src/rust/lib.rs"
# path = "src/rust/main.rs"
[dependencies]
lumina-core = { path = "src/rust/core" }
configparser = "3.0.2"
serde = "1.0.152"
serde_derive = "1.0.152"