|
1 | 1 | [workspace] |
2 | 2 | members = [ |
3 | | - # core libraries |
4 | | - "crates/tmc-*", |
| 3 | + # core libraries |
| 4 | + "crates/tmc-*", |
5 | 5 |
|
6 | | - # language plugins |
7 | | - "crates/plugins/*", |
| 6 | + # language plugins |
| 7 | + "crates/plugins/*", |
8 | 8 |
|
9 | | - # bindings to other languages |
10 | | - "crates/bindings/*", |
| 9 | + # bindings to other languages |
| 10 | + "crates/bindings/*", |
11 | 11 |
|
12 | | - # test helpers |
13 | | - "crates/helpers/*", |
| 12 | + # test helpers |
| 13 | + "crates/helpers/*", |
14 | 14 | ] |
15 | 15 | resolver = "2" |
16 | 16 |
|
17 | 17 | [workspace.package] |
18 | | -version = "0.33.0" |
19 | 18 | authors = [ |
20 | | - "University of Helsinki <[email protected]>", |
21 | | - "Daniel Martinez <[email protected]>", |
| 19 | + "University of Helsinki <[email protected]>", |
| 20 | + "Daniel Martinez <[email protected]>", |
22 | 21 | ] |
23 | 22 | edition = "2021" |
24 | | -rust-version = "1.70.0" |
25 | 23 | license = "MIT OR Apache-2.0" |
| 24 | +rust-version = "1.70.0" |
| 25 | +version = "0.33.0" |
26 | 26 |
|
27 | 27 | [workspace.dependencies] |
28 | | -tmc-testmycode-client = { path = "crates/tmc-testmycode-client" } |
29 | | -tmc-mooc-client = { path = "crates/tmc-mooc-client" } |
| 28 | +mooc-langs-api = { git = "https://github.com/rage/secret-project-331.git", rev = "df8bd2b0c12ba8652e0e46b7ccba25dea1547dc6" } |
30 | 29 | tmc-langs = { path = "crates/tmc-langs" } |
31 | | -tmc-langs-framework = { path = "crates/tmc-langs-framework" } |
32 | | -tmc-langs-plugins = { path = "crates/tmc-langs-plugins" } |
33 | | -tmc-langs-util = { path = "crates/tmc-langs-util" } |
34 | 30 | tmc-langs-csharp = { path = "crates/plugins/csharp" } |
| 31 | +tmc-langs-framework = { path = "crates/tmc-langs-framework" } |
35 | 32 | tmc-langs-java = { path = "crates/plugins/java" } |
36 | 33 | tmc-langs-make = { path = "crates/plugins/make" } |
37 | 34 | tmc-langs-notests = { path = "crates/plugins/notests" } |
| 35 | +tmc-langs-plugins = { path = "crates/tmc-langs-plugins" } |
38 | 36 | tmc-langs-python3 = { path = "crates/plugins/python3" } |
39 | 37 | tmc-langs-r = { path = "crates/plugins/r" } |
| 38 | +tmc-langs-util = { path = "crates/tmc-langs-util" } |
| 39 | +tmc-mooc-client = { path = "crates/tmc-mooc-client" } |
40 | 40 | tmc-server-mock = { path = "crates/helpers/tmc-server-mock" } |
41 | | -ts-rs = { git = "https://github.com/Heliozoa/ts-rs.git", rev = "07712bf04007472aeeb065091261b3b64c019381" } |
42 | | -mooc-langs-api = { git = "https://github.com/rage/secret-project-331.git", rev = "df8bd2b0c12ba8652e0e46b7ccba25dea1547dc6" } |
| 41 | +tmc-testmycode-client = { path = "crates/tmc-testmycode-client" } |
| 42 | +ts-rs = { git = "https://github.com/Heliozoa/ts-rs.git", rev = "d6cad971aca4aac40462279cbf96cc3bb3b7f30c" } |
43 | 43 |
|
44 | 44 | # [patch.'https://github.com/Heliozoa/ts-rs.git'] |
45 | 45 | # ts-rs = { path = "../ts-rs/ts-rs" } |
|
0 commit comments