Update Cargo.toml

This commit is contained in:
topjohnwu
2022-07-24 06:14:49 -07:00
parent 759d196aad
commit b496923cbb
5 changed files with 11 additions and 17 deletions

View File

@@ -9,4 +9,4 @@ path = "lib.rs"
[dependencies]
base = { path = "../base" }
cxx = "1.0.69"
cxx = { path = "../external/cxx-rs" }

View File

@@ -1,5 +1,5 @@
pub use base;
pub use logging::*;
use logging::*;
mod logging;