Files
solana/programs/budget_api/Cargo.toml
dependabot-preview[bot] f0191a98ab Bump serde from 1.0.93 to 1.0.94 (#4864)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.93 to 1.0.94.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.93...v1.0.94)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-28 15:07:16 -07:00

27 lines
657 B
TOML

[package]
name = "solana-budget-api"
version = "0.17.0"
description = "Solana Budget program API"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
edition = "2018"
[dependencies]
bincode = "1.1.4"
chrono = { version = "0.4.7", features = ["serde"] }
log = "0.4.2"
num-derive = "0.2"
num-traits = "0.2"
serde = "1.0.94"
serde_derive = "1.0.94"
solana-sdk = { path = "../../sdk", version = "0.17.0" }
[dev-dependencies]
solana-runtime = { path = "../../runtime", version = "0.17.0" }
[lib]
crate-type = ["lib"]
name = "solana_budget_api"