SHA256
1
0

Initial commit

This commit is contained in:
Alex Wied
2026-06-08 19:33:49 -04:00
commit 6906fb973a
24 changed files with 9382 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
[package]
name = "gl-publisher"
version = "0.1.0"
edition = "2024"
[dependencies]
#gl-ldp.workspace = true
gl-search.workspace = true
ldp.workspace = true
color-eyre.workspace = true
csv = "1.4"
http.workspace = true
iced.workspace = true
rfd.workspace = true
oxigraph.workspace = true
tar.workspace = true
thiserror.workspace = true
tokio.workspace = true
tracing.workspace = true
tracing-appender.workspace = true
tracing-subscriber.workspace = true