[package]
edition = "2021"
name = "ternary-spreadsheet"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core logic for the SuperInstance Spreadsheet — a familiar spreadsheet where every cell is a tiny ternary intelligence"
readme = "README.md"
keywords = [
"ternary",
"spreadsheet",
"evolution",
"ai",
]
categories = [
"data-structures",
"algorithms",
]
license = "MIT"
repository = "https://github.com/SuperInstance/ternary-spreadsheet"
[lib]
name = "ternary_spreadsheet"
path = "src/lib.rs"
[dependencies]