summaryrefslogtreecommitdiff
path: root/tree/Cargo.toml
diff options
context:
space:
mode:
authorJordan Gong <jordan.gong@protonmail.com>2020-09-21 16:04:49 +0800
committerJordan Gong <jordan.gong@protonmail.com>2020-09-21 16:04:49 +0800
commita1a8008aab6a1c70ed2a5ecde9d2f3ad21b689bf (patch)
treea734d31fab43e55fb3a1149eb43bc24f532b2950 /tree/Cargo.toml
parentaddc4ab037ed8d0635841e5ca9db3a1768c42a11 (diff)
Use `Weak` to prevent reference cycles
Diffstat (limited to 'tree/Cargo.toml')
-rw-r--r--tree/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/tree/Cargo.toml b/tree/Cargo.toml
new file mode 100644
index 0000000..717cd24
--- /dev/null
+++ b/tree/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "tree"
+version = "0.1.0"
+authors = ["Jordan Gong <jordan.gong@protonmail.com>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]