rust/hedgewars-engine/Cargo.toml
author unC0Rr
Tue, 03 Oct 2023 21:13:41 +0200
changeset 16009 39ae4ed7de6e
parent 15828 36816af30583
permissions -rw-r--r--
Implement pinging of the server every 30 seconds

[package]
name = "hedgewars-engine"
version = "0.1.0"
authors = ["Andrey Korotaev <a.korotaev@hedgewars.org>"]
edition = "2018"

[dependencies]
lib-hedgewars-engine = { path = "../lib-hedgewars-engine" }
libloading = "0.5.0"
getopts = "0.2"