lab_presence

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

Cargo.toml (321B)


      1 [package]
      2 name = "nfc_sender"
      3 version = "0.1.0"
      4 edition = "2024"
      5 
      6 [dependencies]
      7 shared = { path = "../shared" }
      8 
      9 ureq = { version = "3", features = ["json"] }
     10 pcsc = { version = "2" }
     11 dotenvy = { version = "0"}
     12 serde_json = { version = "1" }
     13 tokio = { version = "1", features = ["fs"] }
     14 wiremock = { version = "0.6.5" }