[package]
name = "litium-stake"
version = "0.1.2"
authors = ["Cyberia"]
edition = "2021"
description = "Litium staking contract โ stake locking, pro-rata reward index, unbonding"
repository = "https://github.com/cyberia-to/cw-uhash"
license = "Unlicense"
[lib]
crate-type = ["cdylib", "rlib"]
[features]
backtraces = ["cosmwasm-std/backtraces"]
library = []
[dependencies]
cosmwasm-std = { workspace = true, features = ["staking"] }
cosmwasm-schema = { workspace = true }
cw-storage-plus = { workspace = true }
cw2 = { workspace = true }
schemars = { workspace = true }
serde = { workspace = true }
semver = { workspace = true }
thiserror = { workspace = true }
cw20 = { workspace = true }
cw-cyber/contracts/litium-stake/Cargo.toml
ฯ 0.0%