Skip to content

Commit 7e0f937

Browse files
CoveMBericglau
andauthored
Stellar add package metadata (#613)
Co-authored-by: Eric Lau <[email protected]>
1 parent 9980dbf commit 7e0f937

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

packages/core/stellar/src/zip-shared.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,9 @@ license.workspace = true
210210
publish = false
211211
version.workspace = true
212212
213+
[package.metadata.stellar]
214+
cargo_inherit = true
215+
213216
[lib]
214217
crate-type = ["cdylib"]
215218
doctest = false

packages/core/stellar/src/zip-shared.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ license.workspace = true
5858
publish = false
5959
version.workspace = true
6060
61+
[package.metadata.stellar]
62+
cargo_inherit = true
63+
6164
[lib]
6265
crate-type = ["cdylib"]
6366
doctest = false

0 commit comments

Comments
 (0)