~/hooky

hooky/data/Cargo.toml -rw-r--r-- 412 B
1ce8d56c — Arthur Melton separate data crate 2 years ago
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "data"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde = "1.0.152"
serde_derive = "1.0.152"
fancy-regex = { version = "0.10.0", optional = true }

[features]
functions = []
discord-chromium = ["functions"]
discord-firefox = ["functions"]
discord-client = ["functions", "dep:fancy-regex"]