File tree Expand file tree Collapse file tree 8 files changed +52
-5
lines changed
integration_tests/async_await Expand file tree Collapse file tree 8 files changed +52
-5
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ members = [
4
4
" juniper_benchmarks" ,
5
5
" juniper_codegen" ,
6
6
" juniper" ,
7
+ " examples/basic_subscriptions" ,
8
+ " examples/warp_async" ,
9
+ " examples/warp_subscriptions" ,
7
10
" integration_tests/juniper_tests" ,
8
11
" integration_tests/async_await" ,
9
12
" integration_tests/codegen_fail" ,
@@ -17,7 +20,4 @@ members = [
17
20
]
18
21
exclude = [
19
22
" docs/book/tests" ,
20
- " examples/basic_subscriptions" ,
21
- " examples/warp_async" ,
22
- " examples/warp_subscriptions" ,
23
23
]
Original file line number Diff line number Diff line change 2
2
name = " basic_subscriptions"
3
3
version = " 0.1.0"
4
4
edition = " 2018"
5
+ publish = false
5
6
authors = [
" Jordao Rosario <[email protected] >" ]
6
7
7
8
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Original file line number Diff line number Diff line change
1
+ [tasks .run ]
2
+ disabled = true
3
+
4
+ [tasks .release ]
5
+ disabled = true
6
+ [tasks .release-some ]
7
+ disabled = true
8
+ [tasks .release-local-test ]
9
+ disabled = true
10
+ [tasks .release-some-local-test ]
11
+ disabled = true
12
+ [tasks .release-dry-run ]
13
+ disabled = true
14
+ [tasks .release-some-dry-run ]
15
+ disabled = true
Original file line number Diff line number Diff line change 2
2
name = " warp_async"
3
3
version = " 0.1.0"
4
4
edition = " 2018"
5
+ publish = false
5
6
authors = [
" Christoph Herzog <[email protected] >" ]
6
7
7
8
[dependencies ]
Original file line number Diff line number Diff line change
1
+ [tasks .run ]
2
+ disabled = true
3
+
4
+ [tasks .release ]
5
+ disabled = true
6
+ [tasks .release-some ]
7
+ disabled = true
8
+ [tasks .release-local-test ]
9
+ disabled = true
10
+ [tasks .release-some-local-test ]
11
+ disabled = true
12
+ [tasks .release-dry-run ]
13
+ disabled = true
14
+ [tasks .release-some-dry-run ]
15
+ disabled = true
Original file line number Diff line number Diff line change 2
2
name = " warp_subscriptions"
3
3
version = " 0.1.0"
4
4
edition = " 2018"
5
-
6
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
5
+ publish = false
7
6
8
7
[dependencies ]
9
8
env_logger = " 0.6.2"
Original file line number Diff line number Diff line change
1
+ [tasks .run ]
2
+ disabled = true
3
+
4
+ [tasks .release ]
5
+ disabled = true
6
+ [tasks .release-some ]
7
+ disabled = true
8
+ [tasks .release-local-test ]
9
+ disabled = true
10
+ [tasks .release-some-local-test ]
11
+ disabled = true
12
+ [tasks .release-dry-run ]
13
+ disabled = true
14
+ [tasks .release-some-dry-run ]
15
+ disabled = true
Original file line number Diff line number Diff line change 2
2
name = " async_await"
3
3
version = " 0.1.0"
4
4
authors = [
" Christoph Herzog <[email protected] >" ]
5
+ publish = false
5
6
edition = " 2018"
6
7
7
8
[dependencies ]
You can’t perform that action at this time.
0 commit comments