view examples/rw_sstable/Cargo.toml @ 57:830eb538a57b

Point to new repository with bitbucket shutting down HG support
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 12 Oct 2019 13:24:45 +0200
parents bbb2e76ee581
children
line wrap: on
line source

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

[dependencies]
sstable = {path = "../../"}