Initial commit
This commit is contained in:
commit
64fa7edc8e
10 changed files with 1870 additions and 0 deletions
8
api/Cargo.toml
Normal file
8
api/Cargo.toml
Normal file
|
@ -0,0 +1,8 @@
|
|||
[package]
|
||||
name = "api"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
6
api/src/main.rs
Normal file
6
api/src/main.rs
Normal file
|
@ -0,0 +1,6 @@
|
|||
// grimhilde - mirror stats
|
||||
// Copyright (C) 2022 Amanda Graven, <amanda@graven.dev> & Emelie Graven <emelie@graven.dev>
|
||||
// Licensed under the EUPL
|
||||
|
||||
fn main() {
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue