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
Generated
+1
View File
@@ -397,6 +397,7 @@ dependencies = [
[[package]] [[package]]
name = "fedichat" name = "fedichat"
version = "0.1.0" version = "0.1.0"
source = "git+https://git.firechicken.net/fedichat/fedichat-lib#49cbd905ceecb7bf7be463f81836742e3a7ddc24"
dependencies = [ dependencies = [
"serde", "serde",
"serde_bytes", "serde_bytes",
+2 -2
View File
@@ -5,8 +5,8 @@ edition = "2024"
[dependencies] [dependencies]
quinn = "0.11.9" quinn = "0.11.9"
#fedichat = {git = "https://git.firechicken.net/fedichat/fedichat-lib"} fedichat = {git = "https://git.firechicken.net/fedichat/fedichat-lib"}
fedichat = {path = "../fedichat-lib"} #fedichat = {path = "../fedichat-lib"}
tracing = "0.1.44" tracing = "0.1.44"
tracing-subscriber = "0.3.23" tracing-subscriber = "0.3.23"
clap = { version = "4.6.1", features = ["derive"] } clap = { version = "4.6.1", features = ["derive"] }