trisquel-icecat/icecat/third_party/rust/leaky-cow/Cargo.toml
2025-10-06 02:35:48 -06:00

13 lines
366 B
TOML

[package]
name = "leaky-cow"
version = "0.1.1"
authors = ["Michael Howell <michael@notriddle.com>"]
documentation = "https://www.notriddle.com/rustdoc/leaky_cow/"
readme = "README.md"
repository = "https://github.com/notriddle/rust-leaky-cow"
description = "Leak the contents of a Clone-On-Write pointer"
license = "MIT / Apache-2.0"
[dependencies]
leak = "0.1.1"