[package] name = "endbasic-core" version = "0.11.1" # ENDBASIC-VERSION license = "Apache-2.0" authors = ["Julio Merino "] categories = ["development-tools", "parser-implementations"] keywords = ["basic", "interpreter", "learning", "programming"] description = "The EndBASIC programming language - core" homepage = "https://www.endbasic.dev/" repository = "https://github.com/endbasic/endbasic" readme = "README.md" edition = "2018" [dependencies] async-channel = "2.2" async-trait = "0.1" thiserror = "1.0" [dev-dependencies] futures-lite = "2.2" tokio = { version = "1", features = ["full"] }