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

22 lines
339 B
TOML
Raw Normal View History

2022-06-24 11:56:29 -07:00
[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]
2023-03-08 05:28:23 -08:00
anchor-lang = "=0.27.0"
2022-06-24 11:56:29 -07:00
num-traits = "0.2"
num-derive = "0.3"