You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yuurei/Cargo.toml

12 lines
239 B

[package]
name = "yuurei"
description = "ghost text messaging"
version = "0.1.0"
authors = ["Avril <flanchan@cumallover.me>"]
edition = "2018"
[dependencies]
futures = "0.3.8"
tokio = {version = "0.2", features=["full"] }
warp = "0.2.5"