Skip to content

Commit

Permalink
chore(target_chains/solana): add description and license (#1885)
Browse files Browse the repository at this point in the history
  • Loading branch information
Riateche authored Sep 10, 2024
1 parent 63595df commit bd90dd4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Publish Pyth Price Publisher to crates.io
name: Publish Pyth Price Store to crates.io

on:
push:
tags:
- 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
Expand Down
3 changes: 3 additions & 0 deletions target_chains/solana/programs/pyth-price-store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit bd90dd4

Please sign in to comment.