Browse Source

add build requirements

jmelesky 7 năm trước cách đây
mục cha
commit
b89e24b5f8
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      Cargo.toml

+ 3 - 0
Cargo.toml

@@ -4,3 +4,6 @@ version = "0.1.0"
 authors = ["jmelesky"]
 
 [dependencies]
+reqwest = "0.8.2"
+scraper = "0.4.0"
+select = "0.4.2"