diff --git a/Cargo.lock b/Cargo.lock index 75b8263..4c2b686 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -943,7 +943,7 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "swift_file" -version = "0.1.3" +version = "0.1.4" dependencies = [ "axum", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 3890dd1..557426b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,15 +1,15 @@ [package] authors = ["Mateo Radman "] name = "swift_file" -version = "0.1.3" +version = "0.1.4" edition = "2021" description = "Send or receive files between devices using Wi-Fi network" license = "MIT" documentation = "https://github.com/mateoradman/swift_file" homepage = "https://github.com/mateoradman/swift_file" repository = "https://github.com/mateoradman/swift_file" -keywords = ["cli", "file", "transfer"] -categories = ["command-line-utilities", "file-transfer"] +keywords = ["cli", "file", "transfer", "file-transfer", "axum", "api"] +categories = ["command-line-utilities", "web-programming"] [[bin]] bench = false