mirror of
https://github.com/jht5945/prettyjson.git
synced 2025-12-27 17:20:05 +08:00
11 lines
179 B
TOML
11 lines
179 B
TOML
[package]
|
|
name = "prettyjson"
|
|
version = "0.1.0"
|
|
authors = ["Hatter Jiang <jht5945@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
argparse = "0.2.2"
|
|
json = "0.11.14"
|
|
term = "0.5.2"
|