Fixup cargo.toml to point to git again

Oops
This commit is contained in:
2026-05-30 22:21:56 -07:00
parent 6024798053
commit 1e67b80d10
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -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"] }