mirror of
https://github.com/Start9Labs/patch-db.git
synced 2026-03-26 02:11:54 +00:00
metadata and formatting
This commit is contained in:
2
json-ptr
2
json-ptr
Submodule json-ptr updated: b2da19fe6a...1a1334141b
2
patch-db-macro-internals/rustfmt.toml
Normal file
2
patch-db-macro-internals/rustfmt.toml
Normal file
@@ -0,0 +1,2 @@
|
||||
group_imports = "StdExternalCrate"
|
||||
imports_granularity = "Module"
|
||||
2
patch-db-macro/rustfmt.toml
Normal file
2
patch-db-macro/rustfmt.toml
Normal file
@@ -0,0 +1,2 @@
|
||||
group_imports = "StdExternalCrate"
|
||||
imports_granularity = "Module"
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user