2021-10-02 18:22:30 -07:00

12 lines
132 B
Markdown

# bdk.swift
To build:
```
swift build -Xlinker -L../../target/debug
```
To test:
```
swift test -Xlinker -L../../target/debug
```