Slash commands are cool
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.

17 lines
536B

  1. [package]
  2. name = "leo2"
  3. version = "0.1.0"
  4. authors = ["NGnius (Graham) <ngniusness@gmail.com>"]
  5. edition = "2018"
  6. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  7. [dependencies]
  8. rocket = "0.4.7"
  9. rocket_contrib = { version = "0.4.7", default-features = false, features = ["json"]}
  10. reqwest = { version = "0.11.1", features = ["json", "blocking"]}
  11. ed25519-dalek = "1.0.1"
  12. lazy_static = "1.4.0"
  13. serde = { version = "1.0", features = ["derive"] }
  14. serde_json = { version = "1.0" }
  15. hex = "0.4.2"