Skip to content

Commit fa5cf55

Browse files
committed
Update project structure and dependencies. Introduce new modular architecture for core, application, and infrastructure layers. Add sha2 dependency for enhanced cryptographic functionality. Remove outdated development documentation and refactor file transfer handling to align with the new architecture. Update README to reflect changes in features and project status.
1 parent ee785d9 commit fa5cf55

40 files changed

+3372
-3693
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ base64 = "0.21" # For encoding/decoding keys or IDs if needed
3636
clap = { version = "4.5", features = ["derive"] } # Command-line argument parsing
3737
ring = "0.16"
3838
hex = "0.4"
39+
sha2 = "0.10"
3940
indicatif = "0.17"
4041
async-std = "1.12"
4142
uuid = { version = "1.16.0", features = ["v4"] }

DEVELOPMENT.md

Lines changed: 0 additions & 156 deletions
This file was deleted.

0 commit comments

Comments
 (0)