Add media directory commands
This commit is contained in:
+3
-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"] }
|
||||
@@ -20,3 +20,4 @@ dotenv = "0.15.0"
|
||||
time = { version = "0.3.47", features = ["serde"] }
|
||||
hickory-resolver = "0.26.1"
|
||||
expanduser = "1.2.2"
|
||||
uuid = { version = "1.23.2", features = ["v4"] }
|
||||
|
||||
Reference in New Issue
Block a user