1 2 3 4 5 6 7 8 9 10 11
[package] name = "gom" version = "0.1.7" edition = "2021" description = "A simple Rust global object manager" license = "MIT" repository = "https://github.com/Anglebase/GOM.git" [dependencies] constcat = "0.6.0" lazy_static = "1.5.0"