Generate skeleton attention and genepool catalogs (#49)
This commit is contained in:
10
tests/api-compile/Cargo.lock
generated
10
tests/api-compile/Cargo.lock
generated
@@ -193,6 +193,7 @@ dependencies = [
|
||||
"libremetaverse-imaging",
|
||||
"libremetaverse-structured-data",
|
||||
"libremetaverse-types",
|
||||
"roxmltree",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -372,6 +373,15 @@ version = "6.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
|
||||
|
||||
[[package]]
|
||||
name = "roxmltree"
|
||||
version = "0.21.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f1964b10c76125c36f8afe190065a4bf9a87bf324842c05701330bba9f1cacbb"
|
||||
dependencies = [
|
||||
"memchr",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "rustversion"
|
||||
version = "1.0.23"
|
||||
|
||||
Reference in New Issue
Block a user