Add logo, readme, and bump version number and edition

This commit is contained in:
Yash Karandikar 2023-06-20 17:54:55 -05:00
parent 4e52ce05d7
commit c56402b53b
4 changed files with 7 additions and 4 deletions

2
Cargo.lock generated
View file

@ -1052,7 +1052,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "zdiu"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"anyhow",
"directories",

View file

@ -1,7 +1,7 @@
[package]
name = "zdiu"
version = "0.1.0"
edition = "2018"
version = "0.1.1"
edition = "2021"
[profile.release]
lto = true
@ -22,4 +22,4 @@ features = [ "tls" ]
[dependencies.multipart]
version = "0"
default-features = false
features = [ "client" ]
features = [ "client" ]

3
README.md Normal file
View file

@ -0,0 +1,3 @@
# zdiu
Desktop version of DIMGUP. Simply `cargo build --release` and then run the binary or use the .desktop file (or get it from the AUR!)

BIN
zdiu-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB