ofcli 0.1.0

Cli tool for uploading files to onefile.clowzed.ru
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "ofcli"
version = "0.1.0"
edition = "2021"
description = "Cli tool for uploading files to onefile.clowzed.ru"
license = "MIT"

[dependencies]
reqwest = { version = "0.11.13", features = ["blocking", "multipart"] }
structopt = "0.3.26"
webbrowser = "0.8.4"