Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 4ad22da

Browse files
committed
Fixed authors
1 parent 2bf4a38 commit 4ad22da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "ftp-fighter"
33
version = "1.0.0"
44
edition = "2021"
5-
authors = ["open-schnick <[email protected]>", "qvalentin <dev@filefighter.de>"]
5+
authors = ["open-schnick <[email protected]>", "qvalentin <valentin.theodor@web.de>"]
66

77
[workspace]
88
members = [".", "server", "api"]

api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "filefighter-api"
33
version = "1.0.0"
44
edition = "2021"
5-
authors = ["open-schnick <[email protected]>", "qvalentin <dev@filefighter.de>"]
5+
authors = ["open-schnick <[email protected]>", "qvalentin <valentin.theodor@web.de>"]
66

77
[dependencies]
88
reqwest = { version = "0.11.12", features = ["json", "cookies","multipart","stream"] }

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "unftp-filefighter"
33
version = "1.0.0"
44
edition = "2021"
5-
authors = ["open-schnick <[email protected]>", "qvalentin <dev@filefighter.de>"]
5+
authors = ["open-schnick <[email protected]>", "qvalentin <valentin.theodor@web.de>"]
66

77
[dependencies]
88
async-trait = "0.1.56"

0 commit comments

Comments
 (0)