chore: add crates.io metadata

This commit is contained in:
zhom
2025-07-25 03:26:10 +04:00
parent 4de61306e0
commit b2ba28fdaa
3 changed files with 47 additions and 288 deletions
+6 -1
View File
@@ -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"