summaryrefslogtreecommitdiffstats
path: root/third_party/rust/atomic_refcell/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/atomic_refcell/Cargo.toml')
-rw-r--r--third_party/rust/atomic_refcell/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/third_party/rust/atomic_refcell/Cargo.toml b/third_party/rust/atomic_refcell/Cargo.toml
new file mode 100644
index 0000000000..e9819246e6
--- /dev/null
+++ b/third_party/rust/atomic_refcell/Cargo.toml
@@ -0,0 +1,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]