mirror of
https://github.com/Waradu/to-streamshare.git
synced 2025-04-22 04:14:06 +02:00
Merge branch 'master' into master
This commit is contained in:
commit
ec765d6387
3 changed files with 22 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "to-streamshare"
|
||||
version = "0.3.1"
|
||||
version = "0.4.0"
|
||||
edition = "2021"
|
||||
description = "Upload to streamshare (to-ss > toss) from the terminal"
|
||||
license = "MIT"
|
||||
|
@ -8,7 +8,7 @@ homepage = "https://waradu.dev"
|
|||
repository = "https://github.com/Waradu/to-streamshare"
|
||||
readme = "README.md"
|
||||
authors = ["Waradu"]
|
||||
keywords = ["streamshare","file-sharing","upload"]
|
||||
keywords = ["streamshare", "file-sharing", "upload"]
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.20", features = ["derive"] }
|
||||
|
@ -18,4 +18,4 @@ tokio = { version = "1.40.0", features = ["full"] }
|
|||
|
||||
[[bin]]
|
||||
name = "toss"
|
||||
path = "src/main.rs"
|
||||
path = "src/main.rs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue