1 2 3 4 5 6 7 8 9 10 11 12 13 14
[package] name = "reproducible-example" version = "1.0.0" description = "Reproducible build demonstration" [[component]] name = "hello" source = "src/lib.rs" language = "rust" wit = "wit/hello.wit" [build] reproducible = true strip_debug = true