mirror of
https://github.com/SkyfallWasTaken/dinopkg.git
synced 2024-11-13 02:12:24 +00:00
11 lines
278 B
TOML
11 lines
278 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"
|
|
serde_with = "3.9.0"
|
|
thiserror = "1.0.61"
|
|
tokio = { version = "1.38.0", features = ["fs"], optional = true }
|