Created
February 20, 2022 20:58
-
-
Save merlox/eec4b5b647e8f893c78a6bb8e4a225f4 to your computer and use it in GitHub Desktop.
Cargo.toml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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