Update cargo.toml to point to git repo
Was pointing to my local copy of fedichat-lib before
This commit is contained in:
+2
-2
@@ -5,8 +5,8 @@ edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
quinn = "0.11.9"
|
||||
#fedichat = {git = "https://git.firechicken.net/fedichat/fedichat-lib"}
|
||||
fedichat = {path = "../fedichat-lib"}
|
||||
fedichat = {git = "https://git.firechicken.net/fedichat/fedichat-lib"}
|
||||
#fedichat = {path = "../fedichat-lib"}
|
||||
tracing = "0.1.44"
|
||||
tracing-subscriber = "0.3.23"
|
||||
clap = { version = "4.6.1", features = ["derive"] }
|
||||
|
||||
Reference in New Issue
Block a user