summary refs log tree commit diff stats
path: root/Cargo.toml
blob: 6b44765f7295a9a32f51d9a0473b49e97cae73af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "serde-util"
version = "0.1.0"
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"