hololake-system-architecture/native-runtime/tcs-gir-runtime/Cargo.toml

18 lines
353 B
TOML

[package]
name = "tcs-gir-runtime"
version = "0.1.0"
edition = "2021"
license = "AGPL-3.0-or-later"
description = "Portable HoloLake runtime for TCS compiler GIR and executable GIR"
[features]
default = []
bootstrap = []
[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sha2 = "0.10"
[dev-dependencies]
tempfile = "3"