Skip to content

Commit 0b5333e

Browse files
authored
add readme field to cargo.toml (#53)
1 parent f2c0757 commit 0b5333e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ repository = "https://github.com/SeismicSystems/TEEService"
1212
homepage = "https://github.com/SeismicSystems/TEEService"
1313
authors = ["Seismic Systems"]
1414
license = "MIT"
15+
readme = "README.md"
1516

1617
# Instead of getting csv-rs from github, use the forked version from Seismic's very own cdrappi
1718
[patch.'https://github.com/openanolis/csv-rs']

crates/enclave-server/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ repository.workspace = true
66
homepage.workspace = true
77
authors.workspace = true
88
license.workspace = true
9+
readme.workspace = true
910

1011
[lib]
1112
name = "seismic_enclave_server"

0 commit comments

Comments
 (0)