Add actor-owned contextual process provisioning, descriptor bootstrap, scoped namespace operations, Python bindings, Myelin orchestration, and adversarial end-to-end coverage. Remove the superseded job runner, pipeline APIs, images, entrypoints, and specifications.
18 lines
287 B
TOML
18 lines
287 B
TOML
[package]
|
|
name = "myelin-e2e-fuzz"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license = "AGPL-3.0-only"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
base64 = "0.22"
|
|
flate2 = "1"
|
|
libc = "0.2"
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
sha2 = "0.10"
|
|
ureq = "2"
|
|
|
|
[lints]
|
|
workspace = true
|