mirror of
https://github.com/SkyfallWasTaken/dinopkg.git
synced 2025-05-22 09:03:06 +00:00
Add dinopkg-package-json
This commit is contained in:
parent
4d4223acdc
commit
7117a31926
5 changed files with 43 additions and 2 deletions
|
@ -9,3 +9,4 @@ color-eyre = "0.6.3"
|
|||
owo-colors = "4.0.0"
|
||||
reqwest = "0.12.5"
|
||||
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"] }
|
||||
dinopkg-package-json = { path = "../dinopkg-package-json" }
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
use dinopkg_package_json::PackageJson;
|
||||
|
||||
pub async fn run(script_name: Option<String>) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue