rdab/Cargo.toml

16 lines
310 B
TOML
Raw Normal View History

2023-09-03 00:18:51 +02:00
[package]
name = "rdab"
version = "0.1.0"
edition = "2021"
authors = ["Mylloon"]
description = "Build and share Revanced-APK"
readme = "README.md"
repository = "https://git.mylloon.fr/Anri/rdab"
publish = false
license = "AGPL-3.0-or-later"
[dependencies]
2023-09-03 13:16:16 +02:00
actix-web = "4.4"
octocrab = "0.30"
tokio = "1.32.0"