kcode-rust-library-toolchain 0.1.0

Validate and publish disposable managed Rust library source
Documentation
[package]
name = "kcode-rust-library-toolchain"
version = "0.1.0"
edition = "2024"
rust-version = "1.97"
description = "Validate and publish disposable managed Rust library source"
documentation = "https://docs.rs/kcode-rust-library-toolchain"
license = "MIT"

[lib]
name = "kcode_rust_library_toolchain"
path = "src/lib.rs"

[dependencies]
kcode-rust-source = "=0.1.0"

[lints.rust]
unsafe_code = "forbid"

[workspace]
resolver = "3"