An unofficial collection of APIs used in FreeJam games and mods
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
514B

  1. [package]
  2. name = "libfj"
  3. version = "0.1.0"
  4. authors = ["NGnius (Graham) <ngniusness@gmail.com>"]
  5. edition = "2018"
  6. description = "An unofficial collection of APIs used in FreeJam games and mods"
  7. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  8. [dependencies]
  9. serde = { version = "1.0", features = ["derive"]}
  10. serde_json = "1.0"
  11. reqwest = { version = "0.11.1", features = ["json"]}
  12. url = "2.2.1"
  13. [dev-dependencies]
  14. tokio = { version = "1.4.0", features = ["macros"]}