Skip to content

Commit

Permalink
app-registry package
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkplug0025 committed Sep 4, 2024
1 parent d9d1cc0 commit f00caec
Show file tree
Hide file tree
Showing 26 changed files with 11,786 additions and 77 deletions.
2,738 changes: 2,738 additions & 0 deletions services/user/AppRegistry/Cargo.lock

Large diffs are not rendered by default.

14 changes: 5 additions & 9 deletions services/user/AppRegistry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
[package]
name = "app_registry"
version.workspace = true
rust-version.workspace = true
repository.workspace = true
homepage.workspace = true
name = "app_registry_package"
edition = "2021"
publish = false
version = "0.1.0"

[package.metadata.psibase]
package-name = "AppRegistry"
description = "Registry for psibase apps"
services = ["tpack"]
services = ["app-registry"]

[lib]
crate-type = ["rlib"]

[dependencies]
tpack = { path = "service", version = "0.12.0" }
r-tpack = { path = "query", version = "0.12.0" }
app-registry = { path = "service", version = "0.1.0" }
r-app-reg = { path = "query", version = "0.1.0" }
Loading

0 comments on commit f00caec

Please sign in to comment.