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>
23 lines
491 B
TOML
23 lines
491 B
TOML
[package]
|
|
name = "solana-kvstore"
|
|
description = "Embedded Key-Value store for solana"
|
|
version = "0.19.0-pre0"
|
|
homepage = "https://solana.com/"
|
|
repository = "https://github.com/solana-labs/solana"
|
|
authors = ["Solana Maintainers <maintainers@solana.com>"]
|
|
license = "Apache-2.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
bincode = "1.1.4"
|
|
byteorder = "1.3.2"
|
|
chrono = "0.4.9"
|
|
crc = "1.8.1"
|
|
memmap = "0.7.0"
|
|
rand = "0.6.5"
|
|
serde = "1.0.99"
|
|
serde_derive = "1.0.99"
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3.1.0"
|