Skip to content

Instantly share code, notes, and snippets.

@merlox
Created February 20, 2022 20:58
Show Gist options
  • Save merlox/eec4b5b647e8f893c78a6bb8e4a225f4 to your computer and use it in GitHub Desktop.
Save merlox/eec4b5b647e8f893c78a6bb8e4a225f4 to your computer and use it in GitHub Desktop.
Cargo.toml
[package]
name = "solana-global-article"
version = "0.1.0"
description = "Created with Anchor"
edition = "2018"
[lib]
crate-type = ["cdylib", "lib"]
name = "solana_global_article"
[features]
no-entrypoint = []
no-idl = []
no-log-ix-name = []
cpi = ["no-entrypoint"]
default = []
[dependencies]
anchor-lang = "0.20.1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment