anchor/docs/programs/tic-tac-toe/programs/tic-tac-toe/Cargo.toml

22 lines
339 B
TOML

[package]
name = "tic-tac-toe"
version = "0.1.0"
description = "Created with Anchor"
edition = "2018"
[lib]
crate-type = ["cdylib", "lib"]
name = "tic_tac_toe"
[features]
no-entrypoint = []
no-idl = []
no-log-ix-name = []
cpi = ["no-entrypoint"]
default = []
[dependencies]
anchor-lang = "=0.27.0"
num-traits = "0.2"
num-derive = "0.3"