[package] name = "tevm" version = "0.0.1" authors = ["maDev"] license = "Apache-2.0" readme = "README.md" repository = "https://github.com/saahd/tevm" homepage = "https://saahd.github.io/tevm" edition = "2021" description = "A fast virtual machine for Typo implemented in Rust." [lib] name = "tevm" path = "src/lib.rs" [[bin]] name = "tevm" path = "src/bin.rs" [dependencies]