Converted project to Rust
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user