chore: reference git instead of local

This commit is contained in:
zaaarf 2023-08-20 00:02:00 +02:00
parent 8e63a5493e
commit 65e19d05a5
No known key found for this signature in database
GPG key ID: 6445A5CD15E5B40C
2 changed files with 2 additions and 2 deletions

1
.gitignore vendored
View file

@ -45,4 +45,5 @@ bin/
### Rust ###
src/main/rust/Cargo.lock
src/main/rust/.cargo/*
src/main/rust/target/*

View file

@ -6,8 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
# codemp = { git = "ssh://git@github.com/codewithotherpeopleandchangenamelater/codemp.git", rev = "a2a841d8921871a0e254ff901458d038b5ee659f" }
codemp = { path = "../../../../codemp/", features = ["global", "sync"] }
codemp = { git = "ssh://git@github.com/codewithotherpeopleandchangenamelater/codemp.git", rev = "a2a841d" }
jni = "0.21.1"
[lib]