Skip to content

Commit 0d1a001

Browse files
committed
Fix missing meta in toml
1 parent c95d8e7 commit 0d1a001

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

binder/attribute/Cargo.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
[package]
22
name = "teaclave_binder_attribute"
33
version = "0.2.0"
4-
authors = ["root"]
4+
authors = ["Teaclave Contributors <[email protected]>"]
5+
description = "Macros for binder"
6+
license = "Apache-2.0"
57
edition = "2018"
68

79
[lib]

services/utils/service_enclave_utils/proc_macro/Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[package]
22
name = "teaclave_service_enclave_utils_proc_macro"
33
version = "0.2.0"
4+
authors = ["Teaclave Contributors <[email protected]>"]
5+
description = "Procedure macro for service enclave utilities"
6+
license = "Apache-2.0"
47
edition = "2018"
58
publish = false
69

0 commit comments

Comments
 (0)