2026-08-05 18:33:30 -04:00
|
|
|
[package]
|
|
|
|
|
name = "gl-graph"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2024"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2026-08-12 14:11:47 -04:00
|
|
|
gl-inference.workspace = true
|
|
|
|
|
gl-search.workspace = true
|
|
|
|
|
|
2026-08-05 18:33:30 -04:00
|
|
|
oxigraph.workspace = true
|
2026-08-12 14:11:47 -04:00
|
|
|
oxilangtag.workspace = true
|
2026-08-16 15:50:10 -04:00
|
|
|
rayon.workspace = true
|
2026-08-07 18:16:03 -04:00
|
|
|
thiserror.workspace = true
|
2026-08-05 18:33:30 -04:00
|
|
|
tracing.workspace = true
|