starchart/Cargo.toml

17 lines
462 B
TOML
Raw Normal View History

2022-03-27 23:45:31 +05:30
[package]
authors = ["realaravinth <realaravinth@batsense.net>"]
description = "ForgeFlux world - Federated forge spider"
documentation = "https://forgeflux.org/"
edition = "2021"
license = "AGPLv3 or later version"
name = "world"
repository = "https://github.com/forgeflux-org/world"
version = "0.1.0"
[dependencies]
actix-rt = "*"
rand = "*"
[dependencies.trust-dns-resolver]
features = ["tokio-runtime", "dns-over-tls", "dns-over-rustls"]
version = "0.21.1"