leptos/oco/Cargo.toml

17 lines
419 B
TOML
Raw Permalink Normal View History

[package]
name = "oco_ref"
2024-04-27 15:04:23 +00:00
version = "0.2.0"
authors = ["Danik Vitek", "Greg Johnston"]
license = "MIT"
repository = "https://github.com/leptos-rs/leptos"
description = "A smart pointer for storing immutable values with relatively-cheap cloning. (Like a `Cow` meets an `Rc`!)"
rust-version.workspace = true
edition.workspace = true
[dependencies]
2024-08-11 00:01:41 +00:00
serde = "1.0"
thiserror = "2.0"
[dev-dependencies]
2024-08-11 00:01:41 +00:00
serde_json = "1.0"