[package] name = "singleton-manager" version = "0.1.4" authors = ["Anders Blenstrup-Pedersen "] edition = "2018" description = "A programatical singleton manager" readme = "README.md" categories = ["memory-management", "rust-patterns"] license = "MIT" repository = "https://github.com/nebula-technologies/singleton-manager" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] uuid = { versio = "0.8.2", features = ["v4"], version = "1.2.2" }