| 123456789101112131415 |
- [package]
- name = "pandora_lib_bindings"
- version = "0.1.0"
- edition = "2021"
- [dependencies]
- anyhow = "^1.0.75"
- uuid = { version = "1.6.1", features = ["serde", "v4"] }
- log = "^0.4.20"
- env_logger = "^0.10.1"
- indicatif = "0.17.8"
- tokio = { version = "1", features = ["full"] }
- futures = "0.3.30"
- regex = "1.10.4"
|