File tree Expand file tree Collapse file tree 4 files changed +29
-21
lines changed Expand file tree Collapse file tree 4 files changed +29
-21
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " zerogc"
3
- version = " 0.2.0-alpha.7"
4
- authors = [" Techcable <Techcable@techcable.net>" ]
5
3
description = " Zero overhead tracing garbage collection for rust"
6
- repository = " https://github.com/DuckLogic/zerogc"
7
- license = " MIT"
8
- edition = " 2018"
4
+ version.workspace = true
5
+ authors.workspace = true
6
+ repository.workspace = true
7
+ license.workspace = true
8
+ edition.workspace = true
9
9
readme = " README.md"
10
10
11
11
[dependencies ]
@@ -41,7 +41,15 @@ serde_json = "1"
41
41
fnv = " 1"
42
42
43
43
[workspace ]
44
- members = [" libs/simple" , " libs/derive" , " libs/context" ]
44
+ resolver = " 2"
45
+ members = [" libs/*" ]
46
+
47
+ [workspace .package ]
48
+ version = " 0.2.0-alpha.7"
49
+ authors = [" Techcable <git+zerogc@techcable.net>" ]
50
+ repository = " https://github.com/DuckLogic/zerogc"
51
+ license = " MIT"
52
+ edition = " 2018"
45
53
46
54
[features ]
47
55
default = [" std" , " epsilon" , " epsilon-arena-alloc" ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " zerogc-context"
3
3
description = " Handles the context of a zerogc collector."
4
- version = " 0.2.0-alpha.7"
5
- authors = [" Techcable <Techcable@techcable.net>" ]
6
- repository = " https://github.com/DuckLogic/zerogc"
4
+ version.workspace = true
5
+ authors.workspace = true
6
+ repository.workspace = true
7
+ edition.workspace = true
7
8
readme = " ../../README.md"
8
9
license = " MIT"
9
- edition = " 2018"
10
10
11
11
[dependencies ]
12
12
zerogc = { path = " ../.." , version = " 0.2.0-alpha.6" }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " zerogc-derive"
3
3
description = " Procedural derive for zerogc's garbage collection"
4
- version = " 0.2.0-alpha.6"
5
- authors = [" Techcable <Techcable@techcable.net>" ]
6
- repository = " https://github.com/DuckLogic/zerogc"
4
+ version.workspace = true
5
+ authors.workspace = true
6
+ repository.workspace = true
7
+ license.workspace = true
8
+ edition.workspace = true
7
9
readme = " ../../README.md"
8
- license = " MIT"
9
- edition = " 2018"
10
10
11
11
[lib ]
12
12
proc-macro = true
13
13
14
14
[dev-dependencies ]
15
- zerogc = { version = " 0.2.0-alpha.6 " , path = " ../.." , features = [" serde1" ] }
15
+ zerogc = { version = " 0.2.0-alpha.7 " , path = " ../.." , features = [" serde1" ] }
16
16
serde = { version = " 1" }
17
17
18
18
[dependencies ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " zerogc-simple"
3
3
description = " Lightweight mark/sweep collector for zerogc."
4
- version = " 0.2.0-alpha.7"
5
- authors = [" Techcable <Techcable@techcable.net>" ]
6
- repository = " https://github.com/DuckLogic/zerogc"
4
+ version.workspace = true
5
+ authors.workspace = true
6
+ repository.workspace =true
7
+ license.workspace = true
8
+ edition.workspace = true
7
9
readme = " ../../README.md"
8
- license = " MIT"
9
- edition = " 2018"
10
10
11
11
[dependencies ]
12
12
inherent = " 1"
You can’t perform that action at this time.
0 commit comments