revealjs-hosting/Cargo.toml
Sean Cross 881599d031 rewrite using actix
actix supports websocket, which iron does not.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-01-10 21:16:53 +08:00

13 lines
217 B
TOML

[package]
name = "reveal-sync"
version = "0.1.0"
authors = ["Sean Cross <sean@xobs.io>"]
edition = "2018"
[dependencies]
actix = "0.7"
actix-web = "0.7"
env_logger = "0.5"
git2 = "0.8"
http = "0.1"
serde_json = "1.0"