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
+1 -1
View File
@@ -7,4 +7,4 @@ edition = "2021"
path = "lib.rs"
[dependencies]
cxx = "1.0.69"
cxx = { path = "../external/cxx-rs" }