burncloud-core 0.1.9

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

name = "burncloud-core"

version = "0.1.9"

edition = "2021"

description = "Core functionality for the BurnCloud platform"

license = "MIT"

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

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

authors = ["burncloud contributors"]

keywords = ["burncloud", "core", "model-management"]

categories = ["development-tools"]



[dependencies]

burncloud-common = "0.1.9"

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

anyhow = "1.0"