diff options
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r-- | server/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml index 83ea0d9..dca788a 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -2,7 +2,7 @@ name = "m6-ie-2022" version = "0.1.0" edition = "2021" -author = "Santo Cariotti <santo@dcariotti.me>" +authors = ["Santo Cariotti <santo@dcariotti.me>"] [dependencies] axum = { version = "0.5.15", features = ["headers"] } |