10 lines
181 B
TOML
10 lines
181 B
TOML
[package]
|
|
name = "rc_static_data"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
rocket.workspace = true
|
|
libfj.workspace = true
|
|
log.workspace = true
|
|
env_logger.workspace = true
|