fix for doorlib

This commit is contained in:
Andrew Pamment 2024-04-08 12:06:28 +10:00
parent 8a9ae6bb34
commit d07553afec

View File

@ -6,8 +6,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
doorlib = { git = "https://gitlab.com/apamment/doorlib" } doorlib = { git = "https://scove.talismanbbs.com/git/apamment/doorlib" }
#doorlib = { path = "../doorlib" } #doorlib = { path = "../doorlib" }
serde = "1.0.136" serde = "1.0.136"
serde_derive = "1.0.136" serde_derive = "1.0.136"
serde_json = "1.0.79" serde_json = "1.0.79"