13 lines
274 B
TOML
13 lines
274 B
TOML
[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]
|
|
actix = "0.13.1"
|