Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.8 to 0.4.9. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/master/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/commits/v0.4.9) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
27 lines
672 B
TOML
27 lines
672 B
TOML
[package]
|
|
name = "solana-budget-api"
|
|
version = "0.19.0-pre0"
|
|
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.9", features = ["serde"] }
|
|
log = "0.4.8"
|
|
num-derive = "0.2"
|
|
num-traits = "0.2"
|
|
serde = "1.0.99"
|
|
serde_derive = "1.0.99"
|
|
solana-sdk = { path = "../../sdk", version = "0.19.0-pre0" }
|
|
|
|
[dev-dependencies]
|
|
solana-runtime = { path = "../../runtime", version = "0.19.0-pre0" }
|
|
|
|
[lib]
|
|
crate-type = ["lib"]
|
|
name = "solana_budget_api"
|