[[bin]] name = "bars-cli" path = "src/cli/main.rs" [lib] name = "bars" path = "src/lib/lib.rs" [package] name = "bars" version = "0.1.0" authors = ["HalidOdat "] license = "MIT" description = "Bars is an implementation of the BASIC programming language written in Rust." repository = "https://github.com/HalidOdat/bars" keywords = ["compiler", "basic", "interpreter", "lexer", "parser"] categories = ["command-line-utilities", "parser-implementations"] exclude = ["./vscode/**", "/tests/**"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]