diff --git a/Cargo.lock b/Cargo.lock index 7f30019..acd433e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/Cargo.toml b/Cargo.toml index 5d20d7c..a5ce271 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"