diff options
Diffstat (limited to 'systems/vault/Cargo.toml')
| -rw-r--r-- | systems/vault/Cargo.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/systems/vault/Cargo.toml b/systems/vault/Cargo.toml new file mode 100644 index 0000000..d0cfe7f --- /dev/null +++ b/systems/vault/Cargo.toml @@ -0,0 +1,14 @@ +[package] +name = "vault_system" +edition = "2024" +version.workspace = true + +[dependencies] +asset_system = { path = "../_asset" } +config_system = { path = "../_config" } +constants = { path = "../_constants" } +framework = { path = "../_framework" } + +serde.workspace = true +thiserror.workspace = true +tokio.workspace = true |
