This commit is contained in:
2026-08-12 14:11:47 -04:00
parent 79894f654d
commit f852da4f4e
48 changed files with 4379 additions and 779 deletions
+20
View File
@@ -0,0 +1,20 @@
[package]
name = "gl-inference"
version = "0.1.0"
edition = "2024"
[dependencies]
color-eyre.workspace = true
num-traits.workspace = true
oxigraph.workspace = true
prost.workspace = true
thiserror.workspace = true
tonic.workspace = true
tonic-prost.workspace = true
tokio.workspace = true
tracing.workspace = true
tracing-appender.workspace = true
tracing-subscriber.workspace = true
[build-dependencies]
tonic-prost-build.workspace = true