My personal project and infrastructure archive
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.
 
 
 
 
 
 
nomicon/Cargo.toml

11 lines
328 B

[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"] }