2025-03-02 09:52:44 -05:00
|
|
|
[package]
|
2025-06-03 21:09:03 -04:00
|
|
|
name = "oj_rc_microtransactions"
|
2025-04-02 20:59:52 -04:00
|
|
|
version.workspace = true
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
readme.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
repository.workspace = true
|
|
|
|
|
authors.workspace = true
|
2025-03-02 09:52:44 -05:00
|
|
|
|
|
|
|
|
[dependencies]
|
2026-01-01 10:37:56 -05:00
|
|
|
actix-web.workspace = true
|
2025-03-02 09:52:44 -05:00
|
|
|
libfj.workspace = true
|
|
|
|
|
log.workspace = true
|
|
|
|
|
env_logger.workspace = true
|
2025-05-30 23:11:51 -04:00
|
|
|
git-version.workspace = true
|
2026-01-01 10:37:56 -05:00
|
|
|
clap.workspace = true
|
|
|
|
|
serde.workspace = true
|
|
|
|
|
serde_json.workspace = true
|