Feat: initial features implementation

This commit is contained in:
benato.denis96@gmail.com 2026-03-12 08:45:23 +01:00
commit d3cae9fd20
5 changed files with 2613 additions and 0 deletions

8
Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "swfss3"
version = "0.1.0"
edition = "2024"
[dependencies]
argh = "0.1.13"
s3 = { version = "0.1.22", features = ["blocking", "rustls"] }