13 lines
360 B
TOML
13 lines
360 B
TOML
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[package]
|
|
name = "factoriauth"
|
|
description = "An unofficial authentication server for Factorio"
|
|
version = "0.1.0"
|
|
authors = ["Lambda"]
|
|
edition = "2021"
|
|
license = "AGPL-3.0-or-later"
|
|
keywords = ["offline"]
|
|
categories = ["authentication", "games"]
|
|
|
|
[dependencies]
|