🚀 meta: initial commit
This commit is contained in:
23
Cargo.toml
Normal file
23
Cargo.toml
Normal file
@@ -0,0 +1,23 @@
|
||||
[package]
|
||||
name = "obsidian-searcher"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
ahash = { version = "0.8.6", features = ["serde"] }
|
||||
async-channel = "2.1.1"
|
||||
crossterm = "0.27.0"
|
||||
error-stack = "0.4.1"
|
||||
pathdiff = "0.2.1"
|
||||
petgraph = { version = "0.6.4", features = ["serde-1"] }
|
||||
postcard = { version = "1.0.8", features = ["alloc", "use-std"] }
|
||||
ratatui = "0.24.0"
|
||||
regex = "1.10.2"
|
||||
serde = { version = "1.0.193", features = ["derive"] }
|
||||
thiserror = "1.0.51"
|
||||
tokio = { version = "1.35.1", features = ["rt-multi-thread", "macros", "fs"] }
|
||||
tracing = "0.1.40"
|
||||
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
|
||||
walkdir = "2.4.0"
|
Reference in New Issue
Block a user