mirror of
https://github.com/SkyfallWasTaken/dinopkg.git
synced 2024-11-14 21:59:36 +00:00
8 lines
169 B
TOML
8 lines
169 B
TOML
[package]
|
|
name = "dinopkg-package-json"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0.204", features = ["derive"] }
|
|
serde_json = "1.0.120"
|