mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
17 lines
422 B
TOML
17 lines
422 B
TOML
[package]
|
|
name = "oco_ref"
|
|
name = "oco_ref"
|
|
edition = "2021"
|
|
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
|
|
|
|
[dependencies]
|
|
serde = "1"
|
|
thiserror = "1"
|
|
|
|
[dev-dependencies]
|
|
serde_json = "1"
|