Przeglądaj źródła

refactor: add doc comment

thesimplekid 1 rok temu
rodzic
commit
324d3c028f
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      crates/cdk/src/client.rs

+ 2 - 0
crates/cdk/src/client.rs

@@ -1,3 +1,5 @@
+//! Wallet HTTP wallet client
+
 use reqwest::Client;
 use serde_json::Value;
 use url::Url;