A simple actor-based simulation of tag, implemented in rust.
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.

16 lines
238 B

3 years ago
3 years ago
  1. [package]
  2. name = "gntag"
  3. version = "0.1.0"
  4. edition = "2018"
  5. authors = ["Adrian Heine <mail@adrianheine.de>"]
  6. [dependencies]
  7. tui = "0.15"
  8. termion = "1.5"
  9. [dev-dependencies]
  10. criterion = "0.3"
  11. [[bench]]
  12. name = "benchmark"
  13. harness = false