[package] name = "mica-std" description = "The standard library of Mica, a simple, user-friendly, embeddable scripting language" version = "0.5.0" edition = "2021" license = "MIT" repository = "https://github.com/liquidev/mica" [features] io = [] [dependencies] mica-hl = { version = "0.5.0", path = "../mica-hl" }