Add missing feature needed for docs file generation

This commit is contained in:
Filip Tibell 2023-04-30 21:00:36 +02:00
parent b11996e13d
commit 1559e69de6
No known key found for this signature in database

View file

@ -36,4 +36,7 @@ env_logger = "0.10"
clap = { version = "4.1", features = ["derive"] } clap = { version = "4.1", features = ["derive"] }
full_moon = { version = "0.17", features = ["roblox"] } full_moon = { version = "0.17", features = ["roblox"] }
include_dir = { version = "0.7.3", features = ["glob"] } include_dir = { version = "0.7.3", features = ["glob"] }
regex = { version = "1.7", default-features = false, features = ["std"] } regex = { version = "1.7", default-features = false, features = [
"std",
"unicode-perl",
] }