Selaa lähdekoodia

chore(target_chains/solana): add description and license (#1885)

Pavel Strakhov 1 vuosi sitten
vanhempi
sitoutus
bd90dd4a04

+ 2 - 2
.github/workflows/publish-pyth-price-publisher.yml → .github/workflows/publish-pyth-price-store.yml

@@ -1,4 +1,4 @@
-name: Publish Pyth Price Publisher to crates.io
+name: Publish Pyth Price Store to crates.io
 
 on:
   push:
@@ -6,7 +6,7 @@ on:
       - pyth-price-store-v*
 jobs:
   publish-pyth-price-store:
-    name: Publish Pyth Price Publisher
+    name: Publish Pyth Price Store
     runs-on: ubuntu-latest
     steps:
       - name: Checkout sources

+ 3 - 0
target_chains/solana/programs/pyth-price-store/Cargo.toml

@@ -2,6 +2,9 @@
 name = "pyth-price-store"
 version = "0.1.0"
 edition = "2021"
+description = "A solana on-chain program that allows publishers to push prices on Pythnet."
+license = "Apache-2.0"
+
 
 [lib]
 crate-type = ["cdylib", "lib"]