simulator: Disable package publishing

The simulator is for testing purposes only. Disable publishing to avoid
`cargo dist` from picking it up.
This commit is contained in:
Pekka Enberg
2024-07-17 08:31:29 +03:00
parent c984877ac9
commit cf85baf6fc

View File

@@ -8,6 +8,7 @@ edition.workspace = true
license.workspace = true
repository.workspace = true
description = "The Limbo deterministic simulator"
publish = false
[[bin]]
name = "limbo_sim"