2024-04-17 00:25:34 +00:00
|
|
|
[package]
|
|
|
|
name = "oco_ref"
|
2024-04-27 15:04:23 +00:00
|
|
|
version = "0.2.0"
|
2024-04-17 00:25:34 +00:00
|
|
|
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
|
2024-08-12 23:25:47 +00:00
|
|
|
edition.workspace = true
|
2024-04-17 00:25:34 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2024-08-11 00:01:41 +00:00
|
|
|
serde = "1.0"
|
2024-11-07 18:55:57 +00:00
|
|
|
thiserror = "2.0"
|
2024-04-17 00:25:34 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2024-08-11 00:01:41 +00:00
|
|
|
serde_json = "1.0"
|