diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index f2f65c2..a88a2b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,11 +9,14 @@ homepage = "https://ganarchy.autistic.space/project/207026ae5e35da096b8110afe1ba keywords = ["hexchat", "plugin", "hexchat-plugin"] categories = ["api-bindings"] readme = "README.md" +edition = "2021" [features] nul_in_strip = [] -nightly_tests = [] +nightly_tests = ["dep:selfref"] [dependencies] libc = "0.2" impl_trait = "0.1" +ltptr = "0.1.1" +selfref = { version = "0.1", optional = true } |