diff options
Diffstat (limited to 'libs/nak_ffi/Cargo.toml')
| -rw-r--r-- | libs/nak_ffi/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/nak_ffi/Cargo.toml b/libs/nak_ffi/Cargo.toml index fc667e0..cdf98df 100644 --- a/libs/nak_ffi/Cargo.toml +++ b/libs/nak_ffi/Cargo.toml @@ -7,4 +7,4 @@ edition = "2021" crate-type = ["cdylib"]
[dependencies]
-nak_rust = { git = "https://github.com/SulfurNitride/NaK.git", branch = "main", default-features = false, features = ["installer"] }
+nak_rust = { path = "../nak" }
|
