Skip to content

Commit 97f07d6

Browse files
committed
cargo-rail: polish around the command and config. deleted mdbook for generated docs + better cli '--help' docs. mdbook is bloated shit for this.
1 parent e0fcf77 commit 97f07d6

40 files changed

+2691
-346
lines changed

.gitignore

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,11 @@ AGENTS.md
2121
*.key
2222

2323
# Documentation
24-
docs/design
25-
docs/src
24+
docs/design-no_op-experimental
2625
rules.md
27-
cmd_cfg.md
28-
v1_precheck.md
2926
ARCHITECTURE.md
30-
final_testing.md
27+
style.md
28+
demos/
3129

3230
# Cargo-Rail (Testing)
3331
*rail.toml

Cargo.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,22 @@
22
name = "cargo-rail"
33
version = "1.0.0"
44
edition = "2024"
5-
rust-version = "1.91.1"
5+
rust-version = "1.91"
66
license = "MIT"
77
authors = ["loadingalias"]
8-
description = "Monorepo tooling for Rust workspaces"
8+
description = "Graph-aware testing, dependency unification, and crate extraction for Rust monorepos"
99
repository = "https://github.com/loadingalias/cargo-rail"
10-
homepage = "https://github.com/loadingalias/cargo-rail"
10+
homepage = "https://loadingalias.github.io/cargo-rail"
1111
documentation = "https://docs.rs/cargo-rail"
1212
categories = [
13-
"command-line-utilities",
14-
"development-tools",
1513
"development-tools::cargo-plugins",
1614
"development-tools::build-utils",
15+
"development-tools::testing",
16+
"command-line-utilities",
1717
]
18-
keywords = ["monorepo", "cargo", "workspace", "ci", "release"]
18+
keywords = ["monorepo", "workspace", "affected", "hakari", "release"]
1919
readme = "README.md"
20+
exclude = ["docs/", "tests/", ".github/", ".config/"]
2021

2122
[dependencies]
2223
clap = { version = "4.5.53", features = ["derive", "cargo"] }

0 commit comments

Comments
 (0)