runx-parser 0.0.1

Pure Rust parser parity crate for runx skills, graphs, and tool manifests.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "runx-contracts"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa3bfc930198b9147315f5620ecf63a8513e4ae5f5b6a4160184d9cd4136641e"

[[package]]
name = "runx-core"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1378f58e81ecea6cacac13f34152c6205a705f088bd00a2a9f7f45b4b74ad91"
dependencies = [
 "runx-contracts",
]

[[package]]
name = "runx-parser"
version = "0.0.1"
dependencies = [
 "runx-contracts",
 "runx-core",
]