aboutsummaryrefslogtreecommitdiffstats
path: root/crates/turtle/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/turtle/Cargo.toml')
-rw-r--r--crates/turtle/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/crates/turtle/Cargo.toml b/crates/turtle/Cargo.toml
index 87557905..df98aa8f 100644
--- a/crates/turtle/Cargo.toml
+++ b/crates/turtle/Cargo.toml
@@ -140,3 +140,9 @@ testing_logger = "0.1.1"
protox = "0.9"
tonic-build = "0.14"
tonic-prost-build = "0.14"
+
+[package.metadata.docs.rs]
+all-features = true
+
+[lints]
+workspace = true