File tree Expand file tree Collapse file tree 8 files changed +58
-16
lines changed Expand file tree Collapse file tree 8 files changed +58
-16
lines changed Original file line number Diff line number Diff line change @@ -8,3 +8,12 @@ members = [
8
8
" cobalt-parser" ,
9
9
" cobalt-utils"
10
10
]
11
+
12
+ [workspace .package ]
13
+ version = " 0.7.0"
14
+ authors = [" Matthew Cornell <mcornell400708@gmail.com>" , " Varun Malladi <varun.malladi@gmail.com>" ]
15
+ edition = " 2021"
16
+ license = " MIT"
17
+ repository = " https://github.com/matt-cornell/cobalt-lang"
18
+ description = " Cobalt is a low-level, compiled programming language made as an alternative to C++ and Rust."
19
+ documentation = " https://matt-cornell.github.io/cobalt-docs"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cobalt-ast"
3
- version = " 0.7.0"
4
- edition = " 2021"
3
+ version.workspace = true
4
+ authors.workspace = true
5
+ edition.workspace = true
6
+ license.workspace = true
7
+ repository.workspace = true
8
+ description.workspace = true
9
+ documentation.workspace = true
5
10
6
11
[dependencies ]
7
12
cobalt-errors = { path = " ../cobalt-errors" }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cobalt-build"
3
- version = " 0.7.0"
4
- edition = " 2021"
3
+ version.workspace = true
4
+ authors.workspace = true
5
+ edition.workspace = true
6
+ license.workspace = true
7
+ repository.workspace = true
8
+ description.workspace = true
9
+ documentation.workspace = true
5
10
6
11
[dependencies ]
7
12
cobalt-parser = { path = " ../cobalt-parser" }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cobalt-cli"
3
- version = " 0.7.0"
4
- edition = " 2021"
3
+ version.workspace = true
4
+ authors.workspace = true
5
+ edition.workspace = true
6
+ license.workspace = true
7
+ repository.workspace = true
8
+ description.workspace = true
9
+ documentation.workspace = true
5
10
6
11
[dependencies ]
7
12
cobalt-parser = { path = " ../cobalt-parser" }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cobalt-errors"
3
- version = " 0.7.0"
4
- edition = " 2021"
3
+ version.workspace = true
4
+ authors.workspace = true
5
+ edition.workspace = true
6
+ license.workspace = true
7
+ repository.workspace = true
8
+ description.workspace = true
9
+ documentation.workspace = true
5
10
6
11
[dependencies ]
7
12
termcolor = " 1.2.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cobalt-llvm"
3
- version = " 0.7.0"
4
- edition = " 2021"
3
+ version.workspace = true
4
+ authors.workspace = true
5
+ edition.workspace = true
6
+ license.workspace = true
7
+ repository.workspace = true
8
+ description.workspace = true
9
+ documentation.workspace = true
5
10
6
11
[dependencies ]
7
12
inkwell = { version = " 0.2.0" }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cobalt-parser"
3
- version = " 0.7.0"
4
- edition = " 2021"
3
+ version.workspace = true
4
+ authors.workspace = true
5
+ edition.workspace = true
6
+ license.workspace = true
7
+ repository.workspace = true
8
+ description.workspace = true
9
+ documentation.workspace = true
5
10
6
11
[dependencies ]
7
12
cobalt-errors = { path = " ../cobalt-errors" }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cobalt-utils"
3
- version = " 0.7.0"
4
- edition = " 2021"
5
-
6
- [dependencies ]
3
+ version.workspace = true
4
+ authors.workspace = true
5
+ edition.workspace = true
6
+ license.workspace = true
7
+ repository.workspace = true
8
+ description.workspace = true
9
+ documentation.workspace = true
You can’t perform that action at this time.
0 commit comments