stemedb/crates/stemedb-core/Cargo.toml
jordan a776744889 Initial project setup with Claude Code monorepo structure
- Rust workspace with stemedb-core crate
- Full .claude/ configuration (agents, skills, commands, guides)
- ai-lookup/ for token-efficient fact storage
- Quality gates: clippy, fmt, jscpd duplication detection
- Pre-commit hook with 5-phase quality checks
- CLAUDE.md router and CODING_GUIDELINES.md standards

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 10:56:26 -07:00

17 lines
351 B
TOML

[package]
name = "stemedb-core"
version = "0.1.0"
edition = "2021"
description = "Core logic for Episteme (StemeDB)"
# Inherit workspace lints
[lints]
workspace = true
[dependencies]
# Dependencies will be added as we implement features
serde = { version = "1.0", features = ["derive"] }
thiserror = "1.0"
tracing = "0.1"
tracing-subscriber = "0.3"