[package] name = "miraland-wen-restart" description = "Automatic repair and restart protocol" documentation = "https://github.com/solana-foundation/solana-improvement-documents/pull/46" version = { workspace = true } authors = { workspace = true } repository = { workspace = true } homepage = { workspace = true } license = { workspace = true } edition = { workspace = true } publish = true [dependencies] log = { workspace = true } miraland-gossip = { workspace = true } miraland-ledger = { workspace = true } miraland-logger = { workspace = true } miraland-program = { workspace = true } miraland-runtime = { workspace = true } miraland-sdk = { workspace = true } miraland-vote-program = { workspace = true } prost = { workspace = true } prost-types = { workspace = true } [dev-dependencies] miraland-entry = { workspace = true } miraland-streamer = { workspace = true } serial_test = { workspace = true } [build-dependencies] prost-build = { workspace = true } rustc_version = { workspace = true } # windows users should install the protobuf compiler manually and set the PROTOC # envar to point to the installed binary [target."cfg(not(windows))".build-dependencies] protobuf-src = { workspace = true } [lib] name = "miraland_wen_restart" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"]