lab_presence

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

Cargo.toml (181B)


      1 [package]
      2 name = "shared"
      3 version = "0.1.0"
      4 edition = "2024"
      5 
      6 [dependencies]
      7 dotenv = "0"
      8 sha2 = "0"
      9 serde = { version = "1", features = ["derive"] }
     10 serde_json = { version = "1" }