@@ -2,6 +2,7 @@
name = "sbpf-linker"
edition = "2024"
version = "0.1.1"
+authors = ["Claire Fan <claire@blueshift.gg>"]
license = "MIT"
[lib]
@@ -0,0 +1,19 @@
+# SBPF Linker
+
+An upstream BPF linker to relink upstream BPF binaries into an SBPF V0 compatible binary format.
+### Usage
+Install with:
+```sh
+cargo install sbpf-linker
+```
+Create a new program template with
+cargo generate --git https://github.com/blueshift-gg/solana-upstream-bpf-template
+Build program with:
+cargo build-bpf