[package] name = "tinker" description = "An experimental programming language" version = "0.0.0" homepage = "https://tinker-lang.org" repository = "https://github.com/rosshays/tinker" license = "MIT" authors = ["Ross Hays "] edition = "2018" [lib] name = "tinkerlang" path = "src/lib.rs" [[bin]] name = "tinker" path = "src/bin.rs" [dependencies]