diff options
| author | Sophie Forrest <git@sophieforrest.com> | 2024-09-05 23:30:55 +1200 |
|---|---|---|
| committer | Sophie Forrest <git@sophieforrest.com> | 2024-09-05 23:30:55 +1200 |
| commit | 7066484002cb8974ea3cb721db093a84335eaf97 (patch) | |
| tree | cb01d8045dc6d5a58f8a09d59fc9d9e39e7b20f3 /src/main.rs | |
| parent | 3be672eb573fa969eb112fdc6d584adfd4119164 (diff) | |
chore: add license
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index deb15fc..be3f808 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: AGPL-3.0-or-later + use serde::{Deserialize, Serialize}; use std::{ collections::{HashMap, HashSet}, |