fission-command-core 0.2.0

Shared project, manifest, target, and diagnostic model for the fission command
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "fission-command-core"
version = "0.2.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/worka-ai/fission"
description = "Shared project, manifest, target, and diagnostic model for the fission command"

homepage = "https://fission.rs"
documentation = "https://fission.rs"
readme = "README.md"
[dependencies]
anyhow = "1.0"
clap = { version = "4.5", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
toml = "0.8"