Skip to content

Commit

Permalink
Refactor code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexhuszagh committed Jun 8, 2022
1 parent e4b9515 commit 6506580
Show file tree
Hide file tree
Showing 7 changed files with 118 additions and 699 deletions.
28 changes: 28 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ name = "cross"
repository = "https://github.com/cross-rs/cross"
version = "0.2.1"
edition = "2021"
readme = "docs/crates_io.md"

[features]
default = []
dev = ["serde_yaml"]

[dependencies]
atty = "0.2"
Expand All @@ -22,6 +25,7 @@ which = { version = "4", default_features = false }
shell-escape = "0.1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_yaml = { version = "0.8", optional = true }
serde_ignored = "0.1.2"

[target.'cfg(not(windows))'.dependencies]
Expand All @@ -39,3 +43,8 @@ lto = true
regex = "1"
once_cell = "1"
walkdir = "2"

[[bin]]
name = "cross-dev"
path = "cross-dev/main.rs"
required-features = ["dev"]
Loading

0 comments on commit 6506580

Please sign in to comment.