2022-10-28 13:44:43 +00:00
|
|
|
[package]
|
2022-10-31 14:35:10 +00:00
|
|
|
name = "hooked-config"
|
|
|
|
description = "Configuration for Hooked."
|
2022-10-28 13:44:43 +00:00
|
|
|
repository = "https://git.bauke.xyz/Holllo/hooked"
|
|
|
|
license = "AGPL-3.0-or-later"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Holllo <helllo@holllo.org>"]
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
path = "source/lib.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
color-eyre = "0.6.2"
|
|
|
|
toml = "0.5.9"
|
|
|
|
|
|
|
|
[dependencies.serde]
|
|
|
|
features = ["derive"]
|
|
|
|
version = "1.0.147"
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
insta = "1.21.0"
|
|
|
|
test-case = "2.2.2"
|