1
Fork 0
mirror of https://github.com/Steffo99/distributed-arcade.git synced 2024-10-16 06:27:30 +00:00

Update repository metadata

This commit is contained in:
Steffo 2024-06-07 02:09:49 +02:00
parent 2dcfa5fa66
commit 952d5444aa
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0
5 changed files with 26 additions and 21 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

View file

@ -5,7 +5,7 @@ authors = ["Stefano Pigozzi <me@steffo.eu>"]
edition = "2021"
description = "Fast and simple scoreboard service for games"
repository = "https://github.com/Steffo99/distributed-arcade"
license = "AGPL-3.0-or-later"
license = "EUPL-1.2"
keywords = ["game", "scoreboard", "redis", "axum", "web-api"]
categories = ["games"]

17
NOTICE.md Normal file
View file

@ -0,0 +1,17 @@
## Open source licenses
<details>
<summary>List of licenses as output by cargo license</summary>
- **`(MIT OR Apache-2.0) AND Unicode-DFS-2016`** (1): unicode-ident
- **`EUPL-1.2`** (1): distributed_arcade
- **`Apache-2.0`** (1): sync_wrapper
- **`Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT`** (1): wasi
- **`Apache-2.0 OR BSL-1.0`** (1): ryu
- **`Apache-2.0 OR MIT`** (81): ahash, arc-swap, async-trait, autocfg, bitflags, cfg-if, env_logger, fnv, form_urlencoded, futures, futures-channel, futures-core, futures-executor, futures-io, futures-macro, futures-sink, futures-task, futures-util, getrandom, hermit-abi, hermit-abi, http, httparse, httpdate, humantime, idna, itoa, lazy_static, libc, lock_api, log, mime, num_cpus, once_cell, parking_lot, parking_lot_core, percent-encoding, pin-project, pin-project-internal, pin-project-lite, pin-utils, ppv-lite86, pretty_env_logger, proc-macro2, quick-error, quote, r2d2, rand, rand_chacha, rand_core, regex, regex-syntax, rustversion, scheduled-thread-pool, scopeguard, serde, serde_derive, serde_json, serde_path_to_error, serde_urlencoded, signal-hook-registry, smallvec, socket2, syn, unicode-bidi, unicode-normalization, url, version_check, winapi, winapi-i686-pc-windows-gnu, winapi-x86_64-pc-windows-gnu, windows-sys, windows-sys, windows-targets, windows_aarch64_gnullvm, windows_aarch64_msvc, windows_i686_gnu, windows_i686_msvc, windows_x86_64_gnu, windows_x86_64_gnullvm, windows_x86_64_msvc
- **`Apache-2.0 OR MIT OR Zlib`** (2): tinyvec, tinyvec_macros
- **`BSD-3-Clause`** (2): redis, sha1_smol
- **`MIT`** (25): atty, axum, axum-core, bytes, combine, crc16, http-body, http-range-header, hyper, matchit, mio, redox_syscall, slab, tokio, tokio-macros, tokio-util, tower, tower-http, tower-http, tower-layer, tower-service, tracing, tracing-core, try-lock, want
- **`MIT OR Unlicense`** (4): aho-corasick, memchr, termcolor, winapi-util
</details>

View file

@ -1,6 +1,12 @@
# ![](icon.png) Distributed Arcade
<div align="center">
Fast and simple scoreboard service for games.
![](.media/icon-128x128_round.png)
# Distributed Arcade
Fast and simple scoreboard service for games
</div>
## Links
@ -12,21 +18,3 @@ Fast and simple scoreboard service for games.
- [`Steffo99/unimore-bda-2`](https://github.com/Steffo99/unimore-bda-2), the reason this project was developed
- [`Steffo99/distributed-arcade-viewer`](https://github.com/Steffo99/distributed-arcade-viewer), a viewer for scores submitted to Distributed Arcade instances
## Licenses
<details>
<summary>List of licenses as output by cargo license</summary>
- **`(MIT OR Apache-2.0) AND Unicode-DFS-2016`** (1): unicode-ident
- **`AGPL-3.0-or-later`** (1): distributed_arcade
- **`Apache-2.0`** (1): sync_wrapper
- **`Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT`** (1): wasi
- **`Apache-2.0 OR BSL-1.0`** (1): ryu
- **`Apache-2.0 OR MIT`** (81): ahash, arc-swap, async-trait, autocfg, bitflags, cfg-if, env_logger, fnv, form_urlencoded, futures, futures-channel, futures-core, futures-executor, futures-io, futures-macro, futures-sink, futures-task, futures-util, getrandom, hermit-abi, hermit-abi, http, httparse, httpdate, humantime, idna, itoa, lazy_static, libc, lock_api, log, mime, num_cpus, once_cell, parking_lot, parking_lot_core, percent-encoding, pin-project, pin-project-internal, pin-project-lite, pin-utils, ppv-lite86, pretty_env_logger, proc-macro2, quick-error, quote, r2d2, rand, rand_chacha, rand_core, regex, regex-syntax, rustversion, scheduled-thread-pool, scopeguard, serde, serde_derive, serde_json, serde_path_to_error, serde_urlencoded, signal-hook-registry, smallvec, socket2, syn, unicode-bidi, unicode-normalization, url, version_check, winapi, winapi-i686-pc-windows-gnu, winapi-x86_64-pc-windows-gnu, windows-sys, windows-sys, windows-targets, windows_aarch64_gnullvm, windows_aarch64_msvc, windows_i686_gnu, windows_i686_msvc, windows_x86_64_gnu, windows_x86_64_gnullvm, windows_x86_64_msvc
- **`Apache-2.0 OR MIT OR Zlib`** (2): tinyvec, tinyvec_macros
- **`BSD-3-Clause`** (2): redis, sha1_smol
- **`MIT`** (25): atty, axum, axum-core, bytes, combine, crc16, http-body, http-range-header, hyper, matchit, mio, redox_syscall, slab, tokio, tokio-macros, tokio-util, tower, tower-http, tower-http, tower-layer, tower-service, tracing, tracing-core, try-lock, want
- **`MIT OR Unlicense`** (4): aho-corasick, memchr, termcolor, winapi-util
</details>

BIN
icon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB