13 lines
No EOL
259 B
TOML
13 lines
No EOL
259 B
TOML
[package]
|
|
name = "pages"
|
|
description = "Description pending"
|
|
authors = ["SevenOfAces (https://git.smgames.club/SevenOfAces)"]
|
|
version = "0.1.0"
|
|
license = "MIT License"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
actix-web = "4"
|
|
log = "0.4"
|
|
fern = "0.7"
|
|
gitea_sdk = "0.5" |