[package] name = "reihendorf" version = "0.1.0" edition = "2021" authors = ["Tyler Neely "] description = "Row-based DB built on top of sled. The name means \"row-based village\" in German, used to describe villages with farmland attached to each house on a narrow road." license = "MIT/Apache-2.0" repository = "https://github.com/komora-io/bloodstone" documentation = "https://docs.rs/bloodstone/" [dependencies] sled = "1.0.0-alpha"