We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2c0757 commit 0b5333eCopy full SHA for 0b5333e
Cargo.toml
@@ -12,6 +12,7 @@ repository = "https://github.com/SeismicSystems/TEEService"
12
homepage = "https://github.com/SeismicSystems/TEEService"
13
authors = ["Seismic Systems"]
14
license = "MIT"
15
+readme = "README.md"
16
17
# Instead of getting csv-rs from github, use the forked version from Seismic's very own cdrappi
18
[patch.'https://github.com/openanolis/csv-rs']
crates/enclave-server/Cargo.toml
@@ -6,6 +6,7 @@ repository.workspace = true
6
homepage.workspace = true
7
authors.workspace = true
8
license.workspace = true
9
+readme.workspace = true
10
11
[lib]
name = "seismic_enclave_server"
0 commit comments