[package]
edition = "2024"
rust-version = "1.85.0"
name = "lorum"
version = "0.1.2-alpha.1"
authors = ["Norman-pong"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unified MCP configuration manager for AI coding tools"
homepage = "https://github.com/Norman-pong/lorum"
documentation = "https://docs.rs/lorum"
readme = "README.md"
keywords = [
"mcp",
"cli",
"ai",
"configuration",
"tools",
]
categories = [
"command-line-utilities",
"config",
]
license = "MIT"
repository = "https://github.com/Norman-pong/lorum"
[lib]
name = "lorum"
path = "src/lib.rs"
[[bin]]
name = "lorum"
path = "src/main.rs"
[[test]]
name = "integration_backup"
path = "tests/integration_backup.rs"
[[test]]
name = "integration_config"
path = "tests/integration_config.rs"
[[test]]
name = "integration_continue_dev"
path = "tests/integration_continue_dev.rs"
[[test]]
name = "integration_doctor"
path = "tests/integration_doctor.rs"
[[test]]
name = "integration_hooks"
path = "tests/integration_hooks.rs"
[[test]]
name = "integration_import"
path = "tests/integration_import.rs"
[[test]]
name = "integration_init"
path = "tests/integration_init.rs"
[[test]]
name = "integration_rules"
path = "tests/integration_rules.rs"
[[test]]
name = "integration_skills"
path = "tests/integration_skills.rs"
[[test]]
name = "integration_sync"
path = "tests/integration_sync.rs"
[dependencies.clap]
version = "4"
features = ["derive"]
[dependencies.dirs]
version = "6"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.serde_yaml]
version = "0.9"
[dependencies.thiserror]
version = "2"
[dependencies.toml]
version = "0.8"
[dev-dependencies.serial_test]
version = "3"
[dev-dependencies.tempfile]
version = "3"