mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-27 14:09:48 +00:00
15 lines
416 B
TOML
15 lines
416 B
TOML
[package]
|
|
name = "build-solidity-contracts"
|
|
version = "0.1.1"
|
|
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"
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
rustdoc-args = ["--cfg", "docsrs"]
|
|
|
|
[lints]
|
|
workspace = true
|