burncloud-code 0.1.9

Code management and execution 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-code"

version = "0.1.9"

edition = "2021"

description = "Code management and execution for the BurnCloud platform"

license = "MIT"

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

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

authors = ["burncloud contributors"]

keywords = ["burncloud", "code", "execution"]

categories = ["development-tools"]



[dependencies]

burncloud-common = "0.1.9"

burncloud-core = "0.1.9"

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

anyhow = "1.0"