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

14 lines
311 B

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