Slash commands are cool
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

21 lines
548B

  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. reqwest = { version = "0.11.1", features = ["json", "blocking"]}
  10. ed25519-dalek = "1.0.1"
  11. lazy_static = "1.4.0"
  12. serde = { version = "1.0", features = ["derive"] }
  13. serde_json = { version = "1.0" }
  14. hex = "0.4.2"
  15. # futures = "0.3.12"
  16. [dependencies.rocket_contrib]
  17. default-features = false
  18. features = ["json"]