Skip to content

Commit 3a10bac

Browse files
committed
Add ubrn.config.yaml
Signed-off-by: Yuki Kishimoto <[email protected]>
1 parent cef132c commit 3a10bac

File tree

5 files changed

+13
-1
lines changed

5 files changed

+13
-1
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,7 @@ android/generated
8484

8585
# React Native Nitro Modules
8686
nitrogen/
87+
88+
# From uniffi-bindgen-react-native
89+
rust_modules/
90+
*.a

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "deps/nostr-sdk-ffi"]
2+
path = deps/nostr-sdk-ffi
3+
url = https://github.com/rust-nostr/nostr-sdk-ffi

deps/nostr-sdk-ffi

Submodule nostr-sdk-ffi added at f0603a8

tsconfig.build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"extends": "./tsconfig",
3-
"exclude": ["example", "lib"]
3+
"exclude": ["example", "lib", "deps"]
44
}

ubrn.config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
rust:
3+
directory: deps/nostr-sdk-ffi
4+
manifestPath: Cargo.toml

0 commit comments

Comments
 (0)