changeset 144:a60c595dcb4e

Make publishing leveldb impossible (set publish = false)
author Lewin Bormann <lbo@spheniscida.de>
date Tue, 03 Jan 2017 19:41:19 +0100
parents eaccb6b7d5ed
children 27a0d7c61a78
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Mon Jan 02 17:39:22 2017 +0100
+++ b/Cargo.toml	Tue Jan 03 19:41:19 2017 +0100
@@ -2,6 +2,7 @@
 name = "leveldb_rs"
 version = "0.1.0"
 authors = ["Lewin Bormann <lbo@spheniscida.de>"]
+publish = false
 
 [dependencies]
 crc = "1.2"