Skip to content
Snippets Groups Projects
Select Git revision
  • 437ad343a7957483e0690531bb9ffe03b34f2d79
  • master default protected
2 results

Cargo.toml

Blame
  • David Huss's avatar
    David Huss authored
    437ad343
    History
    This project manages its dependencies using Cargo. Learn more
    Cargo.toml 277 B
    [package]
    name = "hexmatrix"
    version = "0.1.0"
    authors = ["David Huss <dh@atoav.com>"]
    edition = "2018"
    
    # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
    
    [dependencies]
    jack = "0.7"
    libc = "0.2"
    rosc = "~0.5"
    arr_macro = "0.1.3"