[package]
edition = "2021"
rust-version = "1.94"
name = "cuttlefish-core"
version = "0.0.2"
authors = [
"Michael-F-Bryan <michaelfbryan@gmail.com>",
"Kartik Thakore <kartik@thakore.ai>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cuttlefish.spec parsing and the typed job description"
homepage = "https://cuttlefishvm.github.io/"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/cuttlefishvm/cuttlefish-vm.git"
[lib]
name = "cuttlefish_core"
path = "src/lib.rs"
[[test]]
name = "parse"
path = "tests/parse.rs"
[dependencies.thiserror]
version = "2"