max / docengine
1 file changed,
+4 insertions,
-0 deletions
| @@ -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 = [] |