1
Fork 0
mirror of https://github.com/Steffo99/distributed-arcade.git synced 2024-10-16 06:27:30 +00:00
Fast and simple scoreboard service for games
Find a file
2023-03-22 15:39:43 +01:00
.devcontainer Setup devcontainer 2022-11-11 09:05:25 +00:00
.github/workflows Fix non-existing workflow dependency 2023-01-09 05:30:53 +01:00
.idea Create POST /board/ 2022-11-11 02:11:18 +01:00
docs Add missing quote to OpenAPI spec 2023-03-22 15:08:37 +01:00
src Use optimistic locking in Redis 2023-02-28 21:19:37 +01:00
.dockerignore Fix multiplatform Docker image builds 2023-03-22 14:31:41 +01:00
.gitignore Gate POST /board/ with the envvar CREATE_TOKEN 2022-11-13 02:05:15 +01:00
Cargo.lock Update dependencies 2023-02-28 21:00:29 +01:00
Cargo.toml Update dependencies 2023-02-28 21:00:29 +01:00
distributed-arcade.iml Create base application structure 2022-11-10 13:52:30 +01:00
docker-compose.yml Update docker-compose.yml 2023-01-09 10:42:35 +01:00
Dockerfile Fix multiplatform Docker image builds 2023-03-22 14:31:41 +01:00
icon.png Update README 2023-03-22 15:01:47 +01:00
LICENSE.txt Add license 2022-11-12 18:08:40 +01:00
README.md Add licenses to README 2023-03-22 15:39:43 +01:00

Distributed Arcade

Fast and simple scoreboard service for games.

Developed as part of Steffo99/unimore-bda-2.

OpenAPI specification On Crates.io Chat

Licenses

List of licenses as output by cargo license
  • (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