| 12345678910111213141516171819202122 |
- [package]
- name = "homo"
- version = "0.1.0"
- edition = "2024"
- [dependencies]
- actix-cors = "0.7.1"
- actix-web = "4.13.0"
- argon2 = "0.5.3"
- chrono = "0.4.44"
- email_address = "0.2.9"
- serde = "1.0.228"
- serde_json = "1.0.149"
- sqlx = { version = "0.8.6", features = [
- "postgres",
- "runtime-tokio",
- "tls-native-tls",
- "chrono",
- "uuid"
- ]}
- thiserror = "2.0.18"
- uuid = { version="1.23.1", features=["v7"] }
|