mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-24 20:28:06 +02:00
10 lines
135 B
TOML
10 lines
135 B
TOML
[package]
|
|||
name = "rust-framework-rules"
|
|||
version = "0.1.0"
|
|||
edition = "2021"
|
|||
|
|||
[dependencies]
|
|||
axum = "0.7"
|
|||
actix-web = "4"
|
|||
rocket = "0.5"
|