anchor/examples/errors/programs/errors/Cargo.toml

18 lines
435 B
TOML

[package]
name = "errors"
version = "0.1.0"
description = "Created with Anchor"
edition = "2018"
[lib]
crate-type = ["cdylib", "lib"]
name = "errors"
[features]
no-entrypoint = []
cpi = ["no-entrypoint"]
[dependencies]
# anchor-lang = { git = "https://github.com/project-serum/anchor", features = ["derive"] }
anchor-lang = { path = "/home/armaniferrante/Documents/code/src/github.com/project-serum/anchor", features = ["derive"] }