@@ -4,33 +4,33 @@ version = "0.1.0"
44edition = " 2021"
55
66[dependencies ]
7- cgp = { version = " 0.2.0" }
8- cgp-error-anyhow = { version = " 0.2.0" }
9- serde = {version = " 1" , features = [" derive" ] }
10- itertools = " 0.14.0"
11- serde_json = " 1"
12- anyhow = " 1"
13- datetime = " 0.5.2"
14- sha1 = " 0.10.6"
15- reqwest = { version = " 0.12.12" , features = [ " blocking" , " json" ] }
16-
7+ cgp = { version = " 0.3.0" }
8+ cgp-error-anyhow = { version = " 0.3.0" }
9+ serde = { version = " 1" , features = [" derive" ] }
10+ reqwest = { version = " 0.12.12" , features = [ " blocking" , " json" ] }
11+ itertools = { version = " 0.14.0" }
12+ serde_json = { version = " 1" }
13+ anyhow = { version = " 1" }
14+ datetime = { version = " 0.5.2" }
15+ sha1 = { version = " 0.10.6" }
1716
1817[patch .crates-io ]
19- cgp = { git = " https://github.com/contextgeneric/cgp.git" }
20- cgp-core = { git = " https://github.com/contextgeneric/cgp.git" }
21- cgp-extra = { git = " https://github.com/contextgeneric/cgp.git" }
22- cgp-async = { git = " https://github.com/contextgeneric/cgp.git" }
23- cgp-async-macro = { git = " https://github.com/contextgeneric/cgp.git" }
24- cgp-component = { git = " https://github.com/contextgeneric/cgp.git" }
25- cgp-component-macro = { git = " https://github.com/contextgeneric/cgp.git" }
26- cgp-component-macro-lib = { git = " https://github.com/contextgeneric/cgp.git" }
27- cgp-type = { git = " https://github.com/contextgeneric/cgp.git" }
28- cgp-field = { git = " https://github.com/contextgeneric/cgp.git" }
29- cgp-field-macro = { git = " https://github.com/contextgeneric/cgp.git" }
30- cgp-field-macro-lib = { git = " https://github.com/contextgeneric/cgp.git" }
31- cgp-error = { git = " https://github.com/contextgeneric/cgp.git" }
32- cgp-error-extra = { git = " https://github.com/contextgeneric/cgp.git" }
33- cgp-error-anyhow = { git = " https://github.com/contextgeneric/cgp.git" }
34- cgp-run = { git = " https://github.com/contextgeneric/cgp.git" }
35- cgp-runtime = { git = " https://github.com/contextgeneric/cgp.git" }
36- cgp-inner = { git = " https://github.com/contextgeneric/cgp.git" }
18+ # cgp = { git = "https://github.com/contextgeneric/cgp.git" }
19+ # cgp-core = { git = "https://github.com/contextgeneric/cgp.git" }
20+ # cgp-extra = { git = "https://github.com/contextgeneric/cgp.git" }
21+ # cgp-async = { git = "https://github.com/contextgeneric/cgp.git" }
22+ # cgp-async-macro = { git = "https://github.com/contextgeneric/cgp.git" }
23+ # cgp-component = { git = "https://github.com/contextgeneric/cgp.git" }
24+ # cgp-component-macro = { git = "https://github.com/contextgeneric/cgp.git" }
25+ # cgp-component-macro-lib = { git = "https://github.com/contextgeneric/cgp.git" }
26+ # cgp-type = { git = "https://github.com/contextgeneric/cgp.git" }
27+ # cgp-field = { git = "https://github.com/contextgeneric/cgp.git" }
28+ # cgp-field-macro = { git = "https://github.com/contextgeneric/cgp.git" }
29+ # cgp-field-macro-lib = { git = "https://github.com/contextgeneric/cgp.git" }
30+ # cgp-error = { git = "https://github.com/contextgeneric/cgp.git" }
31+ # cgp-error-extra = { git = "https://github.com/contextgeneric/cgp.git" }
32+ # cgp-error-anyhow = { git = "https://github.com/contextgeneric/cgp.git" }
33+ # cgp-run = { git = "https://github.com/contextgeneric/cgp.git" }
34+ # cgp-runtime = { git = "https://github.com/contextgeneric/cgp.git" }
35+ # cgp-sync = { git = "https://github.com/contextgeneric/cgp.git" }
36+ # cgp-inner = { git = "https://github.com/contextgeneric/cgp.git" }
0 commit comments