diff options
| -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
|
