Uses dash instead of underscore in crate name

This commit is contained in:
Dmitry Kashitsyn
2017-10-16 11:05:54 +07:00
parent e7690ab658
commit 92a9fd3359
5 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
[package]
name = "memory_cache"
name = "memory-cache"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
description = "An LRU-cache which operates on memory used"