From e73582284f79d8030c48c43ca32cfc7e33280b63 Mon Sep 17 00:00:00 2001 From: Aiden McClelland Date: Tue, 30 Mar 2021 12:59:09 -0600 Subject: [PATCH] metadata and formatting --- json-ptr | 2 +- patch-db-macro-internals/rustfmt.toml | 2 ++ patch-db-macro/rustfmt.toml | 2 ++ patch-db/Cargo.toml | 8 +++++++- 4 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 patch-db-macro-internals/rustfmt.toml create mode 100644 patch-db-macro/rustfmt.toml diff --git a/json-ptr b/json-ptr index b2da19f..1a13341 160000 --- a/json-ptr +++ b/json-ptr @@ -1 +1 @@ -Subproject commit b2da19fe6acd754228ebacc3ade51321240bc74a +Subproject commit 1a1334141b9093b90953c039fcef8a68eec8f1f5 diff --git a/patch-db-macro-internals/rustfmt.toml b/patch-db-macro-internals/rustfmt.toml new file mode 100644 index 0000000..64d94de --- /dev/null +++ b/patch-db-macro-internals/rustfmt.toml @@ -0,0 +1,2 @@ +group_imports = "StdExternalCrate" +imports_granularity = "Module" diff --git a/patch-db-macro/rustfmt.toml b/patch-db-macro/rustfmt.toml new file mode 100644 index 0000000..64d94de --- /dev/null +++ b/patch-db-macro/rustfmt.toml @@ -0,0 +1,2 @@ +group_imports = "StdExternalCrate" +imports_granularity = "Module" diff --git a/patch-db/Cargo.toml b/patch-db/Cargo.toml index a049622..ba92938 100644 --- a/patch-db/Cargo.toml +++ b/patch-db/Cargo.toml @@ -1,8 +1,14 @@ [package] name = "patch-db" version = "0.1.0" -authors = ["Aiden McClelland "] +authors = ["Aiden McClelland "] 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