aboutsummaryrefslogtreecommitdiffstats
path: root/crates/turtle/Cargo.toml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-06-12 17:16:19 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-06-12 17:16:19 +0200
commit2ca7dd57b12861e8c9bbc9238cda612e0ff22ff3 (patch)
tree302a644f6a50d60cc8304c4498fe6bbb72ddaaa9 /crates/turtle/Cargo.toml
parentfeat(server): Really make users stateless (with tests) (diff)
downloadatuin-2ca7dd57b12861e8c9bbc9238cda612e0ff22ff3.zip
chore(treewide): Cleanup themes
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