new structure, apache
This commit is contained in:
parent
8eacc80249
commit
a8b4961338
22 changed files with 1998 additions and 507 deletions
31
Cargo.toml
31
Cargo.toml
|
|
@ -1,29 +1,2 @@
|
|||
[package]
|
||||
name = "mesozoa"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
description = "PoW anti-crawler middle-proxy"
|
||||
authors = ["tuxmain <tuxmain ât zettascript ðøt org>"]
|
||||
repository = "https://git.txmn.tk/tuxmain/mesozoa"
|
||||
license = "AGPL-3.0-only"
|
||||
|
||||
[dependencies]
|
||||
argp = "0.4.0"
|
||||
base64 = "0.22.1"
|
||||
log = "0.4.27"
|
||||
rand = "0.8.5"
|
||||
realm_io = { version = "0.5" }
|
||||
realm_syscall = "0.1"
|
||||
regex = { version = "1.11", default-features = false, features = ["perf", "std"] }
|
||||
saphyr = { version = "0.0.3", default-features = false }
|
||||
sha2 = { version = "0.11.0-pre.5", default-features = false, features = ["std"] }
|
||||
# TODO test feature asm on ARM
|
||||
sha3 = { version = "0.11.0-pre.5", default-features = false, features = ["std"] }
|
||||
simple_logger = "5.0.0"
|
||||
static_cell = { version = "2.1.0", features = ["nightly"] }
|
||||
subtle = { version = "2.6.1", default-features = false, features = ["const-generics", "nightly", "std"] }
|
||||
tokio = { version = "1", features = ["io-util", "macros", "rt", "rt-multi-thread", "time"] }
|
||||
#to-arraystring = "0.2.2"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
[workspace]
|
||||
members = ["mesozoa", "apache"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue