add project files
This commit is contained in:
25
Cargo.toml
Normal file
25
Cargo.toml
Normal file
@@ -0,0 +1,25 @@
|
||||
[package]
|
||||
name = "updns"
|
||||
version = "0.0.1"
|
||||
edition = "2018"
|
||||
|
||||
authors = ["wyhaya <wyhaya@gmail.com>"]
|
||||
description = "DNS proxy tool"
|
||||
homepage = "https://github.com/wyhaya/updns"
|
||||
repository = "https://github.com/wyhaya/updns.git"
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
|
||||
keywords = [
|
||||
"dns",
|
||||
"dns-server",
|
||||
"dns-proxy",
|
||||
"udp"
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
ace = "0.0.2"
|
||||
async-std = "0.99.4"
|
||||
dirs = "2.0.2"
|
||||
lazy_static = "1.3.0"
|
||||
regex = "1.2.1"
|
||||
Reference in New Issue
Block a user