.
This commit is contained in:
@@ -2,12 +2,14 @@
|
||||
resolver = "2"
|
||||
members = [
|
||||
"graph",
|
||||
"inference",
|
||||
"publish",
|
||||
"search",
|
||||
]
|
||||
|
||||
[workspace.dependencies]
|
||||
gl-graph = { path = "graph" }
|
||||
gl-inference = { path = "inference" }
|
||||
gl-search = { path = "search" }
|
||||
ldp = { path = "../../ldp/ldp", features = ["keyed"] }
|
||||
|
||||
@@ -19,10 +21,13 @@ color-eyre = "0.6"
|
||||
futures = "0.3"
|
||||
http = "1.4"
|
||||
iced = { git = "https://github.com/iced-rs/iced.git", branch = "master", features = ["advanced", "tokio"] }
|
||||
num-traits = "0.2"
|
||||
oxigraph = { version = "0.5", features = ["rdf-12"] }
|
||||
oxilangtag = "0.1"
|
||||
parse_link_header = "0.4"
|
||||
pin-project-lite = "0.2"
|
||||
prost = "0.14"
|
||||
rand = "0.10"
|
||||
rfd = "0.17"
|
||||
slotmap = "1.1"
|
||||
subtitler = "2.6"
|
||||
@@ -30,6 +35,9 @@ tantivy = "0.26"
|
||||
tar = "0.4"
|
||||
thiserror = "2.0"
|
||||
tokio = { version = "1.53", features = ["rt", "rt-multi-thread", "macros", "fs"] }
|
||||
tonic = "0.14"
|
||||
tonic-prost = "0.14"
|
||||
tonic-prost-build = "0.14"
|
||||
tracing = "0.1"
|
||||
tracing-appender = "0.2"
|
||||
tracing-futures = "0.2"
|
||||
|
||||
Reference in New Issue
Block a user