# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "logi_code" version = "1.0.0" authors = ["Q0tzly"] description = "A scripting language do executing combinational circuits" readme = "README.md" keywords = [ "language", "interpreter", "command", ] license = "Apache-2.0" repository = "https://github.com/Q0tzly/logi_code" [[bin]] name = "logi" path = "src/main.rs" [dependencies.termion] version = "1.5"