Add a crate to test the runtime can be reproducibly built

This commit is contained in:
Luke Parker
2023-07-27 14:19:03 -04:00
parent 09a95c9bd2
commit a8c7bb96c8
13 changed files with 242 additions and 8 deletions

View File

@@ -0,0 +1,23 @@
[package]
name = "serai-reproducible-runtime"
version = "0.1.0"
description = "Tests the Serai runtimee can be reproducibly built"
license = "AGPL-3.0-only"
repository = "https://github.com/serai-dex/serai/tree/develop/tests/reproducible-runtime"
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
keywords = []
edition = "2021"
publish = false
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[dependencies]
rand_core = "0.6"
hex = "0.4"
dockertest = "0.3"
serai-docker-tests = { path = "../docker" }
tokio = { version = "1", features = ["time"] }