Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/intern/Cargo.toml')
-rw-r--r--crates/intern/Cargo.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/crates/intern/Cargo.toml b/crates/intern/Cargo.toml
index dd5110255c..78007fc860 100644
--- a/crates/intern/Cargo.toml
+++ b/crates/intern/Cargo.toml
@@ -1,9 +1,14 @@
[package]
name = "intern"
version = "0.0.0"
+description = "TBD"
+license = "MIT OR Apache-2.0"
edition = "2021"
+rust-version = "1.65"
+
+[lib]
+doctest = false
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
# We need to freeze the version of the crate, as the raw-api feature is considered unstable