Converted project to Rust

This commit is contained in:
2026-06-11 10:42:07 +02:00
parent 4659354856
commit 9f7410b7c7
8 changed files with 114 additions and 100 deletions
+13
View File
@@ -0,0 +1,13 @@
[package]
name = "rest-cobol"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = "0.7"
tokio = { version = "1.0", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9"
serde_json = "1.0"
tower-http = { version = "0.5", features = ["fs"] }
libloading = "0.8"