anchor/examples/tutorial/basic-2/programs/basic-2/Cargo.toml

17 lines
583 B
TOML

[package]
name = "basic-2"
version = "0.1.0"
description = "Created with Anchor"
edition = "2018"
[lib]
crate-type = ["cdylib"]
name = "basic_2"
[dependencies]
borsh = { git = "https://github.com/project-serum/borsh", branch = "serum", features = ["serum-program"] }
solana-program = "1.4.3"
solana-sdk = { version = "1.3.14", default-features = false, features = ["program"] }
# anchor = { git = "https://github.com/project-serum/anchor", features = ["derive"] }
anchor = { path = "/home/armaniferrante/Documents/code/src/github.com/project-serum/anchor", features = ["derive"] }