view examples/kvserver/Cargo.toml @ 565:370e82ed1c29

Add Mac OS and Windows to github CI workflow
author Lewin Bormann <lbo@spheniscida.de>
date Fri, 08 Jul 2022 12:42:05 -0700
parents c819897ec8fc
children
line wrap: on
line source

[package]
name = "kvserver"
version = "0.1.0"
authors = ["Lewin Bormann <lewin@lewin-bormann.info>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
canteen = "0.5"
rusty-leveldb = { path = "../../" }