File tree Expand file tree Collapse file tree 8 files changed +49
-12
lines changed
mithril-test-lab/mithril-end-to-end Expand file tree Collapse file tree 8 files changed +49
-12
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,11 @@ members = [
11
11
" mithril-signer" ,
12
12
" mithril-test-lab/mithril-end-to-end"
13
13
]
14
+
15
+ [workspace .package ]
16
+
17
+ documentation = " https://mithril.network/doc"
18
+ edition = " 2021"
19
+ homepage = " https://mithril.network"
20
+ license = " Apache-2.0"
21
+ repository = " https://github.com/input-output-hk/mithril/"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " mithrildemo"
3
3
version = " 0.1.0"
4
- edition = " 2021"
5
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
4
+ authors = { workspace = true }
5
+ edition = { workspace = true }
6
+ documentation = { workspace = true }
7
+ homepage = { workspace = true }
8
+ license = { workspace = true }
9
+ repository = { workspace = true }
6
10
7
11
[dependencies ]
8
12
base64 = " 0.13.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " mithril-aggregator"
3
3
version = " 0.1.0"
4
- edition = " 2021"
5
4
description = " A Mithril Aggregator server"
6
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
5
+ authors = { workspace = true }
6
+ edition = { workspace = true }
7
+ documentation = { workspace = true }
8
+ homepage = { workspace = true }
9
+ license = { workspace = true }
10
+ repository = { workspace = true }
7
11
8
12
[dependencies ]
9
13
async-trait = " 0.1.52"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " mithril-client"
3
3
version = " 0.1.0"
4
- edition = " 2021"
5
4
description = " A Mithril Client"
6
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
5
+ authors = { workspace = true }
6
+ edition = { workspace = true }
7
+ documentation = { workspace = true }
8
+ homepage = { workspace = true }
9
+ license = { workspace = true }
10
+ repository = { workspace = true }
7
11
8
12
[dependencies ]
9
13
async-trait = " 0.1.52"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " mithril-common"
3
3
version = " 0.1.0"
4
- edition = " 2021"
5
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
4
+ authors = { workspace = true }
5
+ edition = { workspace = true }
6
+ documentation = { workspace = true }
7
+ homepage = { workspace = true }
8
+ license = { workspace = true }
9
+ repository = { workspace = true }
6
10
7
11
[lib ]
8
12
crate-type = [" lib" , " cdylib" , " staticlib" ]
Original file line number Diff line number Diff line change 2
2
name = " mithril"
3
3
version = " 0.1.0"
4
4
edition = " 2018"
5
+ authors = { workspace = true }
6
+ documentation = { workspace = true }
7
+ homepage = { workspace = true }
8
+ license = { workspace = true }
9
+ repository = { workspace = true }
5
10
6
11
[dependencies ]
7
12
blake2 = " 0.10.4"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " mithril-signer"
3
3
version = " 0.1.0"
4
- edition = " 2021"
5
4
description = " A Mithril Signer"
6
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
5
+ authors = { workspace = true }
6
+ edition = { workspace = true }
7
+ documentation = { workspace = true }
8
+ homepage = { workspace = true }
9
+ license = { workspace = true }
10
+ repository = { workspace = true }
7
11
8
12
[dependencies ]
9
13
async-trait = " 0.1.52"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " mithril-end-to-end"
3
3
version = " 0.1.0"
4
- edition = " 2021"
5
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
4
+ authors = { workspace = true }
5
+ edition = { workspace = true }
6
+ documentation = { workspace = true }
7
+ homepage = { workspace = true }
8
+ license = { workspace = true }
9
+ repository = { workspace = true }
6
10
7
11
[dependencies ]
8
12
async-trait = " 0.1.52"
You can’t perform that action at this time.
0 commit comments