|
|
|
@ -1,6 +1,6 @@ |
|
|
|
|
[package] |
|
|
|
|
name = "oxigraph_server" |
|
|
|
|
version = "0.3.7" |
|
|
|
|
version = "0.3.8" |
|
|
|
|
authors = ["Tpt <thomas@pellissier-tanon.fr>"] |
|
|
|
|
license = "MIT OR Apache-2.0" |
|
|
|
|
readme = "README.md" |
|
|
|
@ -14,7 +14,7 @@ edition = "2021" |
|
|
|
|
[dependencies] |
|
|
|
|
oxhttp = { version = "0.1", features = ["rayon"] } |
|
|
|
|
clap = { version = "4", features = ["derive"] } |
|
|
|
|
oxigraph = { version = "0.3.7", path = "../lib", features = ["http_client"] } |
|
|
|
|
oxigraph = { version = "0.3.8", path = "../lib", features = ["http_client"] } |
|
|
|
|
sparesults = { version = "0.1.1", path = "../lib/sparesults", features = ["rdf-star"] } |
|
|
|
|
rand = "0.8" |
|
|
|
|
url = "2" |
|
|
|
|