blob: e9819246e62edb2821c060b510b8ab62a39e881c (
plain)
1
2
3
4
5
6
7
8
9
10
|
[package]
name = "atomic_refcell"
version = "0.1.0"
authors = ["Bobby Holley <bobbyholley@gmail.com>"]
description = "Threadsafe RefCell"
license = "Apache-2.0/MIT"
repository = "https://github.com/bholley/atomic_refcell"
documentation = "https://docs.rs/atomic_refcell/"
[dependencies]
|