kcode-rust-library-repository 0.1.0

Store immutable generations of managed Rust library source
Documentation
[package]
name = "kcode-rust-library-repository"
version = "0.1.0"
edition = "2024"
rust-version = "1.97"
description = "Store immutable generations of managed Rust library source"
documentation = "https://docs.rs/kcode-rust-library-repository"
license = "MIT"

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

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

[lints.rust]
unsafe_code = "forbid"

[workspace]
resolver = "3"