Skip to main content

max / docengine

Say publish = false: docengine is internal and taken by path or git dep
Author: Max Johnson <me@maxj.phd> · 2026-08-16 22:49 UTC
Signed with PGP, not checked
Commit: eb0a442557ec9248dc1d3b4949a1aec49a6be4d4
Parent: 734664c
1 file changed, +4 insertions, -0 deletions
M Cargo.toml +4
@@ -3,6 +3,10 @@
3 3 version = "0.7.0"
4 4 edition = "2024"
5 5 license = "MIT"
6 + # Internal library, consumed by path in-tree and by git dep from the
7 + # container-built alloy console. Never published to crates.io, so say it here
8 + # rather than relying on nobody running `cargo publish`.
9 + publish = false
6 10
7 11 [features]
8 12 default = []