pyth-crosschain/target_chains/cosmwasm/pyth-sdk-cw/Cargo.toml

19 lines
553 B
TOML
Raw Normal View History

[package]
name = "pyth-sdk-cw"
version = "1.0.0"
authors = ["Pyth Data Foundation"]
edition = "2018"
license = "Apache-2.0"
homepage = "https://pyth.network"
repository = "https://github.com/pyth-network/pyth-crosschain"
description = "Data structures and utilites for the Pyth price oracle"
keywords = [ "pyth", "oracle", "cosmwasm" ]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
pyth-sdk = "0.7.0"
cosmwasm-std = { version = "1.0.0" }
cosmwasm-schema = "1.1.9"
thiserror = "1.0.20"