summary refs log blame commit diff stats
path: root/Cargo.toml
blob: 6f449f525a1e2c4f791be1d47e9a5f8384601d40 (plain) (tree)
1
2
3

                   
                 













                                                                                                
[package]
name = "serde-util"
version = "0.3.1"
authors = ["SoniEx2 <endermoneymod@gmail.com>"]
license-file = "LICENSE.txt"
description = "Soni's Serde Utilities"
edition = "2018"
repository = "https://soniex2.autistic.space/git-repos/serde-util.git"
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde = { version = "1.0", features = ["derive"] }

[dev-dependencies]
serde_json = "1.0"