tools and code for a game which will probably never exist
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
187 B

  1. [package]
  2. name = "music_cli"
  3. version = "0.1.0"
  4. authors = ["Erin <erin@hashbang.sh>"]
  5. [dependencies]
  6. log = "0.3"
  7. env_logger = "0.4"
  8. portaudio = "0.7"
  9. soundchip = {path = "../soundchip"}