dfconfig 0.1.0

A config/init file parser for Dwarf Fortress
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.lazy_static]
version = "1.4.0"

[dependencies.regex]
version = "1"
[dev-dependencies.rand]
version = "0.8"

[package]
authors = ["Michal Borejszo <michael.borejszo@gmail.com>"]
description = "A config/init file parser for Dwarf Fortress"
edition = "2018"
exclude = ["test-data/*"]
license-file = "LICENSE"
name = "dfconfig"
repository = "https://github.com/spitfire05/dfconfig-rs"
version = "0.1.0"