[package] name = "binks" version = "0.1.23" authors = ["omrihhh <0mri.d3v@gmail.com>"] edition = "2018" readme = "README.md" repository = "https://github.com/omrihhh/binks" license = "MIT" description = "The binks scripting language" keywords = ["embedded-language", "language", "scripting"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] meval = "0.2" anyhow = "1.0.32" libloading = "0.6.2" crossbeam-channel = "0.4.3" [[bin]] name = "binks" path = "src/main.rs" [lib] name = "binks" path = "src/lib.rs"