From 4e807464a9eca9613509da77aaa301854a9b2979 Mon Sep 17 00:00:00 2001 From: Mica White Date: Mon, 8 Dec 2025 20:07:52 -0500 Subject: Stuff --- Cargo.toml | 22 +++++++++++----------- rustfmt.toml | 2 +- todo.txt | 6 +++--- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f959f9d..ae86870 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ -[package] -name = "pj" -version = "0.1.0" -edition = "2024" - -[dependencies] -walkdir = "2" -fast-glob = "1" -serde = { version = "1", features = ["derive"] } -serde_json = "1" -imara-diff = "0.2" +[package] +name = "pj" +version = "0.1.0" +edition = "2024" + +[dependencies] +walkdir = "2" +fast-glob = "1" +serde = { version = "1", features = ["derive"] } +serde_json = "1" +imara-diff = "0.2" diff --git a/rustfmt.toml b/rustfmt.toml index 3efb9c3..eb67f46 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,2 +1,2 @@ -hard_tabs = true +hard_tabs = true newline_style = "Unix" \ No newline at end of file diff --git a/todo.txt b/todo.txt index b845be1..93ce382 100644 --- a/todo.txt +++ b/todo.txt @@ -1,3 +1,3 @@ -- [ ] rewrite fast-glob to take arbitrary paths that are not UTF-8 -- [ ] caching for calculations.rs -- [ ] handle non-existent span nodes +- [ ] rewrite fast-glob to take arbitrary paths that are not UTF-8 +- [ ] caching for calculations.rs +- [ ] handle non-existent span nodes -- cgit v1.2.3