aboutsummaryrefslogtreecommitdiff
path: root/lib/arena/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arena/Cargo.toml')
-rw-r--r--lib/arena/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/arena/Cargo.toml b/lib/arena/Cargo.toml
new file mode 100644
index 000000000..183a5bb6a
--- /dev/null
+++ b/lib/arena/Cargo.toml
@@ -0,0 +1,10 @@
1[package]
2name = "la-arena"
3version = "0.1.0"
4description = "Thy rope of sands..."
5license = "MIT OR Apache-2.0"
6authors = ["rust-analyzer developers"]
7edition = "2018"
8
9[lib]
10doctest = false