Skip to content

Commit

Permalink
Add missing fields to infinitree-backends crate
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdy committed Jul 25, 2022
1 parent 64673f9 commit 66975fb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion infinitree-backends/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
[package]
name = "infinitree-backends"
authors = ["Peter Parkanyi <[email protected]>"]
description = "Embedded, encrypted database with tiered cache -- backends"
version = "0.9.0"
edition = "2021"
keywords = ["crypto", "database", "cache", "s3", "rocksdb"]
categories = ["database-implementations", "concurrency", "data-structures", "algorithms", "caching"]
homepage = "https://symmetree.dev"
repository = "https://github.com/symmetree-labs/infinitree"
license = "MIT OR Apache-2.0"
edition= "2021"

[features]
default = []
Expand Down

0 comments on commit 66975fb

Please sign in to comment.