Skip to content

Commit

Permalink
More cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Jul 31, 2024
1 parent 6ffd976 commit fbc1df2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion merde_json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
authors = ["Amos Wenger <amos@bearcove.net>"]
description = "Serialize and deserialize JSON with jiter and declarative macros"
license = "Apache-2.0 OR MIT"
readme = "../README.md"
readme = "README.md"
repository = "https://github.com/bearcove/merde_json"
keywords = ["json", "serialization", "deserialization", "jiter"]
categories = ["encoding", "parser-implementations"]
Expand Down
6 changes: 3 additions & 3 deletions merde_json_types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
edition = "2021"
name = "merde_json_types"
version = "2.0.0"
edition = "2021"
authors = ["Amos Wenger <amos@bearcove.net>"]
description = "Provide types that can be (de)serialized with `merde_json` if you enable the `merde_json` feature of this crate, but which are otherwise light"
description = "Wrapper types for merde_json that implement serialization/deserialization"
license = "Apache-2.0 OR MIT"
readme = "README.md"
repository = "https://github.com/bearcove/merde_json"
keywords = ["json", "serialization", "deserialization", "jiter"]
keywords = ["json", "serialization", "deserialization", "jiter", "merde"]
categories = ["encoding", "parser-implementations"]

[dependencies]
Expand Down

0 comments on commit fbc1df2

Please sign in to comment.