diff options
author | Determinant <[email protected]> | 2020-06-16 14:50:05 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2020-06-16 14:50:05 -0400 |
commit | 88b5fabd56ec0f9d46eed2dbf7fbc08b84b1f216 (patch) | |
tree | b0a20cb80d5b03e92cefb1fa55159d298d49d19f /Cargo.toml | |
parent | 6b8000d8fd8b88afbc7fb45094da29fb02627ed2 (diff) |
prepare for publish
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3,6 +3,10 @@ name = "growth-ring" version = "0.1.0" authors = ["Determinant <[email protected]>"] edition = "2018" +homepage = "https://github.com/Determinant/growth-ring" +keywords = ["wal", "db", "futures"] +license = "MIT" +description = "Simple and modular write-ahead-logging implementation." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |