arma3-wiki 0.1.8

A project to store data about Arma 3 commands in a useable format
[build-dependencies.directories]
version = "5.0.1"

[build-dependencies.fs_extra]
version = "1.3.0"

[build-dependencies.git2]
version = "0.18.3"
[dependencies.directories]
version = "5.0.1"

[dependencies.git2]
optional = true
version = "0.18.3"

[dependencies.regex]
version = "1.10.4"

[dependencies.rust-embed]
version = "8.3.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.197"

[dependencies.serde_yaml]
version = "0.9.34+deprecated"

[features]
default = ["remote"]
remote = ["git2"]
wiki = []
[lints.clippy]
all = "deny"
nursery = "deny"
pedantic = "warn"

[package]
description = "A project to store data about Arma 3 commands in a useable format"
edition = "2021"
license = "MIT"
name = "arma3-wiki"
readme = "README.md"
version = "0.1.8"