[package] name = "rual-bin" description = "A slim, embeddable language" license = "MIT" version = "0.1.0" authors = ["Iovoslav Iovchev "] edition = "2018" repository = "https://gitlab.com/IovoslavIovchev/rual" readme = "../readme.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rual-core = { path = "../rual-core", version = "0.0.4" }