chronos-program 0.0.1

Created with Anchor
Documentation
[dependencies.anchor-lang]
version = "0.20.1"

[dependencies.chronos-indexer]
features = ["cpi"]
version = "0.0.1"

[dependencies.solana-program]
version = "1.7.12"

[features]
cpi = ["no-entrypoint"]
default = []
no-entrypoint = []
no-idl = []
no-log-ix-name = []

[lib]
crate-type = ["cdylib", "lib"]
name = "chronos_program"

[package]
description = "Created with Anchor"
documentation = "https://chronos.so"
edition = "2018"
homepage = "https://github.com/chronos-so/chronos/tree/main/programs/chronos"
license = "ISC"
name = "chronos-program"
readme = "./README.md"
repository = "https://github.com/chronos-so/chronos"
version = "0.0.1"