diff options
| author | Mica White <botahamec@outlook.com> | 2025-12-08 20:07:52 -0500 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2025-12-08 20:07:52 -0500 |
| commit | 4e807464a9eca9613509da77aaa301854a9b2979 (patch) | |
| tree | 4120047a4382b7f76aaa692cd5701b9ac3bb50d6 | |
| parent | 84105e10d0ce93052cdce677e8472bdcc3c388db (diff) | |
| -rw-r--r-- | Cargo.toml | 22 | ||||
| -rw-r--r-- | rustfmt.toml | 2 | ||||
| -rw-r--r-- | todo.txt | 6 |
3 files changed, 15 insertions, 15 deletions
@@ -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 @@ -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
|
