mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
11 lines
187 B
TOML
11 lines
187 B
TOML
[package]
|
|
name = "rc_microtransactions"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
rocket.workspace = true
|
|
libfj.workspace = true
|
|
log.workspace = true
|
|
env_logger.workspace = true
|