repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | [package] |
| #2 | name = "escrow" |
| #3 | version = "0.1.0" |
| #4 | description = "Created with Anchor" |
| #5 | edition = "2021" |
| #6 | |
| #7 | [lib] |
| #8 | crate-type = ["cdylib", "lib"] |
| #9 | name = "escrow" |
| #10 | |
| #11 | [features] |
| #12 | default = [] |
| #13 | cpi = ["no-entrypoint"] |
| #14 | no-entrypoint = [] |
| #15 | no-idl = [] |
| #16 | no-log-ix-name = [] |
| #17 | idl-build = ["anchor-lang/idl-build", "anchor-spl/idl-build"] |
| #18 | |
| #19 | |
| #20 | [dependencies] |
| #21 | anchor-lang = "0.32.1" |
| #22 | anchor-spl = "0.32.1" |
| #23 | |
| #24 |