-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d9d1cc0
commit f00caec
Showing
26 changed files
with
11,786 additions
and
77 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" } |
Oops, something went wrong.