mirror of
https://github.com/zhom/banderole.git
synced 2026-08-09 11:16:01 +02:00
chore: add crates.io metadata
This commit is contained in:
+6
-1
@@ -1,5 +1,10 @@
|
||||
[package]
|
||||
name = "banderole"
|
||||
description = "A cross-platform Node.js single-executable bundler"
|
||||
homepage = "https://github.com/zhom/banderole"
|
||||
repository = "https://github.com/zhom/banderole"
|
||||
license = "MIT"
|
||||
authors = ["zhom <contact@donutbrowser.com>"]
|
||||
version = "0.0.1"
|
||||
edition = "2021"
|
||||
|
||||
@@ -22,7 +27,7 @@ tempfile = "3.20"
|
||||
base64 = "0.22"
|
||||
|
||||
[build-dependencies]
|
||||
reqwest = { version = "0.11", features = ["blocking"] }
|
||||
reqwest = { version = "0.12", features = ["blocking"] }
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3.20"
|
||||
|
||||
Reference in New Issue
Block a user