burncloud-server 0.1.9

Server component for the BurnCloud platform
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "burncloud-server"

version = "0.1.9"

edition = "2021"

description = "Server component for the BurnCloud platform"

license = "MIT"

repository = "https://github.com/burncloud/burncloud"

homepage = "https://github.com/burncloud/burncloud"

authors = ["burncloud contributors"]

keywords = ["burncloud", "server", "api"]

categories = ["web-programming"]



[dependencies]

burncloud-common = "0.1.9"

burncloud-core = "0.1.9"

tokio = { version = "1.0", features = ["full"] }

anyhow = "1.0"