diamond-in commited on
Commit
860a83d
·
verified ·
1 Parent(s): 8a5e328

Update Cargo.toml

Browse files
Files changed (1) hide show
  1. Cargo.toml +1 -1
Cargo.toml CHANGED
@@ -4,7 +4,7 @@ version = "0.1.0"
4
  edition = "2021"
5
 
6
  [dependencies]
7
- axum = { version = "0.7", features = ["macros"] }
8
  tokio = { version = "1.0", features = ["full"] }
9
  serde = { version = "1.0", features = ["derive"] }
10
  serde_json = "1.0"
 
4
  edition = "2021"
5
 
6
  [dependencies]
7
+ ax_um = { version = "0.7", package = "axum", features = ["macros"] }
8
  tokio = { version = "1.0", features = ["full"] }
9
  serde = { version = "1.0", features = ["derive"] }
10
  serde_json = "1.0"