[package]
edition = "2024"
name = "mull"
version = "0.15.2"
authors = ["Stephan Boyer <stephan@stephanboyer.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Organize your knowledge."
homepage = "https://github.com/stepchowfun/mull"
documentation = "https://github.com/stepchowfun/mull"
readme = "README.md"
license = "MIT"
repository = "https://github.com/stepchowfun/mull"
[[bin]]
name = "mull"
path = "src/main.rs"
[dependencies.clap]
version = "4.6.7"
features = ["derive"]
[dependencies.colored]
version = "3.1.1"
[dependencies.ignore]
version = "0.4.33"
[dependencies.percent-encoding]
version = "2.3.2"
[dependencies.serde_json]
version = "1.0.151"
[dependencies.similar]
version = "3.2.0"
[dependencies.tokio]
version = "1.53.1"
features = [
"io-std",
"macros",
"rt-multi-thread",
"time",
]
[dependencies.tower-lsp-server]
version = "0.23.0"
[lints.clippy]
default_numeric_fallback = "deny"
[lints.clippy.all]
level = "deny"
priority = -1
[lints.clippy.pedantic]
level = "deny"
priority = -1
[lints.rust]
warnings = "deny"