diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Cargo.toml b/Cargo.toml deleted file mode 100644 index 98ffd29..0000000 --- a/Cargo.toml +++ /dev/null @@ -1,11 +0,0 @@ -[package] -name = "rollback" -version = "0.1.0" -edition = "2021" - -[dependencies] -tokio = { version = "1", features = ["rt-multi-thread", "macros"] } -serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0" -axum = { version = "0.6.12", features = ["ws"] } -tower-http = { version = "0.4.0", features = ["fs"] } |