# 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] edition = "2018" name = "lp_tetris" version = "0.1.6" authors = ["Ezra Barrow "] exclude = [".github/*"] description = "A tetris clone running on a Novation Launchpad Mk2 MIDI controller" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/BobbyBobson4888/lp_tetris" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" [dependencies.array2d] version = "0.2.1" [dependencies.midir] version = "0.5.0" [dependencies.multiinput] version = "0.0.15" [dependencies.rand] version = "0.6.0"