at main 25 lines 584 B view raw
1output { 2 lexicons "crates/weaver-api/lexicons" 3 codegen "crates/weaver-api/src" 4 cargo-toml "crates/weaver-api/Cargo.toml" 5} 6 7 8// source "bluesky" type="git" priority=101 { 9// repo "https://github.com/bluesky-social/atproto" 10// pattern "**/*.json" 11// } 12 13source "weaver" type="local" priority=100 { 14 path "/home/orual/Projects/weaver.sh/crates/weaver-api/lexicons" 15} 16 17 18source "weaver" type="local" priority=200 { 19 path "./lexicons" 20} 21 22source "deckbelcher" type="git" priority=100 { 23 repo "https://tangled.org/aviva.gay/deckbelcher" 24 pattern "**/*.json" 25}