metadata and formatting

This commit is contained in:
Aiden McClelland
2021-03-30 12:59:09 -06:00
parent 45bee2eda9
commit e73582284f
4 changed files with 12 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
group_imports = "StdExternalCrate"
imports_granularity = "Module"

View File

@@ -0,0 +1,2 @@
group_imports = "StdExternalCrate"
imports_granularity = "Module"

View File

@@ -1,8 +1,14 @@
[package]
name = "patch-db"
version = "0.1.0"
authors = ["Aiden McClelland <me@drbonez.dev>"]
authors = ["Aiden McClelland <aiden@start9labs.com>"]
edition = "2018"
categories = ["database-implementations"]
keywords = ["json", "json-pointer", "json-patch"]
description = "A database that tracks state updates as RFC 6902 JSON Patches"
repository = "https://github.com/Start9Labs/patch-db"
license = "MIT"
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html