File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -229,6 +229,7 @@ pub struct Erc721Metadata {
229229/// - `license`: An optional field containing the license of the package.
230230/// - `screenshots`: An optional field containing a list of URLs to screenshots of the package.
231231/// - `wit_version`: An optional field containing the version of the WIT standard that the package adheres to.
232+ /// - `dependencies`: An optional field containing a list of `PackageId`s: API dependencies.
232233#[ derive( Clone , Debug , Serialize , Deserialize ) ]
233234pub struct Erc721Properties {
234235 pub package_name : String ,
@@ -239,6 +240,7 @@ pub struct Erc721Properties {
239240 pub license : Option < String > ,
240241 pub screenshots : Option < Vec < String > > ,
241242 pub wit_version : Option < u32 > ,
243+ pub dependencies : Option < Vec < String > > ,
242244}
243245
244246/// the type that gets deserialized from each entry in the array in `manifest.json`
You can’t perform that action at this time.
0 commit comments