libnyx-fork/config/Cargo.toml
2024-09-11 16:35:53 +02:00

13 lines
285 B
TOML

[package]
name = "config"
version = "0.1.0"
authors = ["coco <cornelius@hexgolems.com>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde ="1.0.104"
serde_derive ="1.0.104"
ron="0.6.2"
libc = "0.2"