mirror of
https://github.com/SkyfallWasTaken/dinopkg.git
synced 2024-11-22 14:53:39 +00:00
10 lines
281 B
TOML
10 lines
281 B
TOML
[package]
|
|
name = "dinopkg-npm-registry"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
reqwest = { version = "0.12.5", features = ["json"] }
|
|
serde = { version = "1.0.204", features = ["derive"] }
|
|
thiserror = "1.0.63"
|
|
dinopkg-package-json = { path = "../dinopkg-package-json" }
|