diff options
author | Santo Cariotti <santo@dcariotti.me> | 2022-08-22 23:03:48 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2022-08-22 23:03:48 +0200 |
commit | 3092a758f382680a56e7343b036468db26111f98 (patch) | |
tree | 3497eeef6adaae5c0bf13b5130d52697f978aaf7 /server/Cargo.toml | |
parent | 0c656f0fe6b61c35bd40d43829a6a63fe353c589 (diff) |
Fix authors
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"] } |