mirror of
https://github.com/ForeverPyrite/r2client.git
synced 2025-12-10 01:38:07 +00:00
we are so back (first real commit)
This commit is contained in:
13
r2cli/Cargo.toml
Normal file
13
r2cli/Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "r2cli"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
authors = ["foreverpyrite <foreverpyrite+cratesio@gmail.com"]
|
||||
description = "CLI for Cloudflare R2's S3-compatible storage using r2client"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
dotenv = "0.15"
|
||||
r2client = { path = "../r2client", default-features = false, features = [
|
||||
"sync",
|
||||
] }
|
||||
Reference in New Issue
Block a user