diff options
| author | mokou <mokou@fastmail.com> | 2022-11-11 16:12:09 +0100 |
|---|---|---|
| committer | mokou <mokou@fastmail.com> | 2022-11-11 16:12:09 +0100 |
| commit | 2e1630c712892f83cb1cc3adfb034f9e358e7a5e (patch) | |
| tree | e0ad55b2a8869b18a43e451f6cffab6bd345a9b7 /Cargo.toml | |
| parent | 4a60b7b2e33fd8e13ede0d755e0ca9885e245a2c (diff) | |
chore: style fixes
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,7 +1,10 @@ [package] name = "rustlings" version = "5.2.1" -authors = ["Liv <mokou@fastmail.com>", "Carol (Nichols || Goulding) <carol.nichols@gmail.com>"] +authors = [ + "Liv <mokou@fastmail.com>", + "Carol (Nichols || Goulding) <carol.nichols@gmail.com>", +] edition = "2021" [dependencies] |
