[package] name = "bora" description = "A Multi-Threaded Object Store" version = "0.0.1" edition = "2021" license = "Apache-2.0" homepage = "https://orgselu.gitlab.io" documentation = "https://orgselu.gitlab.io" repository = "https://gitlab.com/orgselu/bora.git" readme = "readme.md" [dependencies] [[bin]] name = "bora-server" [lib] name = "bora" path = "src/lib/bora/mod.rs"