mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-16 17:07:35 +00:00
23 lines
566 B
TOML
23 lines
566 B
TOML
[package]
|
|
name = "serai-emissions-primitives"
|
|
version = "0.1.0"
|
|
description = "Serai emissions primitives"
|
|
license = "MIT"
|
|
repository = "https://github.com/serai-dex/serai/tree/develop/substrate/emissions/primitives"
|
|
authors = ["Akil Demir <akildemir72@gmail.com>"]
|
|
edition = "2021"
|
|
rust-version = "1.77"
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
rustdoc-args = ["--cfg", "docsrs"]
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
serai-primitives = { path = "../../primitives", default-features = false }
|
|
|
|
[features]
|
|
std = ["serai-primitives/std"]
|
|
default = ["std"]
|