mirror of
https://github.com/YGGverse/nexy.git
synced 2026-03-31 17:25:27 +00:00
initial commit
This commit is contained in:
parent
d3661f8865
commit
ab625aa96a
14 changed files with 533 additions and 0 deletions
15
Cargo.toml
Normal file
15
Cargo.toml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[package]
|
||||
name = "nexy"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
description = "Multi-network server for the Nex protocol"
|
||||
keywords = ["nex", "protocol", "tcp", "socket", "server"]
|
||||
categories = ["network-programming"]
|
||||
repository = "https://github.com/YGGverse/nexy"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
urlencoding = "2.1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue