aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 73728bac6433780bd7e69292c790b5af406a3bce (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "rstnode"
description = "A game about capturing computers on a network"
version = "0.0.0"
edition = "2018"
license = "GPL-3.0-or-later"
authors = ["Katharina Fey <kookie@spacekookie.de>"]

[dependencies]
serde = { version = "1.0", features = ["derive"] }
async-std = { version = "1.0", features = ["unstable"] }