File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,10 @@ version = "=0.4.8"
5454package = " arrayvec"
5555version = " =0.7.1"
5656
57+ [dependencies .async_recursion ]
58+ package = " async-recursion"
59+ version = " =0.3.2"
60+
5761[dependencies .async_trait ]
5862package = " async-trait"
5963version = " =0.1.50"
Original file line number Diff line number Diff line change 5454 "version" : " 0.7.1" ,
5555 "id" : " arrayvec"
5656 },
57+ {
58+ "name" : " async-recursion" ,
59+ "version" : " 0.3.2" ,
60+ "id" : " async_recursion"
61+ },
5762 {
5863 "name" : " async-trait" ,
5964 "version" : " 0.1.50" ,
Original file line number Diff line number Diff line change 11exclusions = []
22
3- additions = []
3+ additions = [
4+ # Crates that the compiler recommends
5+ # rg 'https://crates.io/crates/[a-z_-]+' --glob '*.stderr' --only-matching --no-line-number --no-filename | sort | uniq | cut -d '/' -f 5
6+ " async-trait" ,
7+ " async-recursion" ,
8+ ]
You can’t perform that action at this time.
0 commit comments