mirror of
https://github.com/fafhrd91/actix-net
synced 2024-11-24 08:12:59 +01:00
18 lines
382 B
TOML
18 lines
382 B
TOML
|
[package]
|
||
|
name = "actix-server-config"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||
|
description = "Actix server config utils"
|
||
|
homepage = "https://actix.rs"
|
||
|
repository = "https://github.com/actix/actix-net.git"
|
||
|
license = "MIT/Apache-2.0"
|
||
|
edition = "2018"
|
||
|
workspace = ".."
|
||
|
|
||
|
[lib]
|
||
|
name = "actix_server_config"
|
||
|
path = "src/lib.rs"
|
||
|
|
||
|
[dependencies]
|
||
|
futures = "0.1.25"
|