# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "track8-program" version = "1.0.0" authors = ["Amelorate "] description = "A programming language running on an emulated 8 track tape" homepage = "https://github.com/Ameliorate/track8-program" readme = "README.md" keywords = ["esoteric", "interpreter", "language"] license = "MIT" repository = "https://github.com/Ameliorate/track8-program" [lib] name = "track8_program" path = "src/lib.rs" [[bin]] name = "track8_program_bin" path = "src/bin.rs" [dependencies.clap] version = "2.31.2" [dependencies.derive_more] version = "0.9.0"