Browse Source

chore: remove unused log dep

thesimplekid 1 năm trước cách đây
mục cha
commit
9ead2ea507
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      crates/cashu/Cargo.toml

+ 0 - 2
crates/cashu/Cargo.toml

@@ -28,8 +28,6 @@ serde = { workspace = true }
 serde_json = { workspace = true }
 url = { workspace = true }
 regex = "1.8.4"
-log = "0.4.19"
-
 
 [dev-dependencies]
 tokio = {version = "1.27.0", features = ["rt", "macros"] }