[package] name = "yttrium_std_text" version = "0.1.0" authors = ["adamski234 "] edition = "2018" license = "MPL-2.0" description = "Plugin for the Yttrium project" [lib] crate-type = ["cdylib", "rlib"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] yttrium_key_base = { version = "0.1", path = "../yttrium_key_base" } regex = "1.4" glob = "0.3" [features] loader = []