mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 10:45:30 +00:00
add aquatic crate with master executable, refactor cli_helpers
This commit is contained in:
parent
c69b09ab9c
commit
9efc1fc66a
17 changed files with 243 additions and 62 deletions
16
aquatic/Cargo.toml
Normal file
16
aquatic/Cargo.toml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[package]
|
||||
name = "aquatic"
|
||||
version = "0.1.0"
|
||||
authors = ["Joakim Frostegård <joakim.frostegard@gmail.com>"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[[bin]]
|
||||
name = "aquatic"
|
||||
|
||||
[dependencies]
|
||||
aquatic_cli_helpers = { path = "../aquatic_cli_helpers" }
|
||||
aquatic_http = { path = "../aquatic_http" }
|
||||
aquatic_udp = { path = "../aquatic_udp" }
|
||||
aquatic_ws = { path = "../aquatic_ws" }
|
||||
mimalloc = { version = "0.1", default-features = false }
|
||||
Loading…
Add table
Add a link
Reference in a new issue