[package] name = "current" version = "0.1.2" authors = [ "bvssvni ", "Jonathan Reem " ] keywords = ["globals", "singleton", "current", "piston"] description = "A library for setting current values for stack scope, such as application structure" license = "MIT" readme = "README.md" repository = "https://github.com/pistondevelopers/current.git" homepage = "https://github.com/pistondevelopers/current" [lib] name = "current" path = "src/lib.rs" [features] default = [] unstable = []