mirror of https://github.com/PiyushXCoder/lupt.git
22 lines
501 B
TOML
22 lines
501 B
TOML
[package]
|
|
name = "lupt"
|
|
version = "0.1.0"
|
|
description = "Chat app for lupt(लुप्त) users!"
|
|
authors = ["Piyush Raj <piyush.raj.kit@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
actix = "0.10"
|
|
actix-web = "3"
|
|
actix-web-actors = "3"
|
|
actix-broker = "0.3.1"
|
|
actix-files = "0.5.0"
|
|
|
|
clap = "2.33.3"
|
|
serde = "1.0.123"
|
|
serde_json = "1.0.62"
|
|
rand = "0.8.3"
|
|
futures = "0.3.12"
|
|
vecmap = { path = "vecmap" } |