Interface pour redmine, utilisant son API pour proposer une accessibilité plus large.
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.

Cargo.toml 233B

123456789
  1. [package]
  2. name = "client"
  3. version = "0.0.1"
  4. edition = "2021"
  5. [dependencies]
  6. #oauth2 = { version = "4.3.0", default-features = false }
  7. reqwest = { version = "0.11", features = ["json"] }
  8. tokio = { version = "1", features = ["full"] }