2024-09-15 02:44:16 +00:00
|
|
|
[package]
|
|
|
|
name = "build-solidity-contracts"
|
2024-09-15 04:57:43 +00:00
|
|
|
version = "0.1.1"
|
2024-09-15 02:44:16 +00:00
|
|
|
description = "A helper function to build Solidity contracts"
|
|
|
|
license = "MIT"
|
|
|
|
repository = "https://github.com/serai-dex/serai/tree/develop/networks/ethereum/build-contracts"
|
|
|
|
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
|
|
|
|
edition = "2021"
|
2024-12-08 23:27:01 +00:00
|
|
|
rust-version = "1.81"
|
2024-09-15 02:44:16 +00:00
|
|
|
|
|
|
|
[package.metadata.docs.rs]
|
|
|
|
all-features = true
|
|
|
|
rustdoc-args = ["--cfg", "docsrs"]
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|