Skip to content

Commit

Permalink
(derive) remove hdx_derive
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Dec 10, 2024
1 parent c4e034c commit 2b1a074
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 542 deletions.
13 changes: 0 additions & 13 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ repository = "https://github.com/keithamus/hdx"
[workspace.dependencies]
hdx = { version = "0.0.1", path = "crates/hdx" }
hdx_atom = { version = "0.0.0", path = "crates/hdx_atom" }
hdx_derive = { version = "0.0.0", path = "crates/hdx_derive" }
hdx_proc_macro = { version = "0.0.0", path = "crates/hdx_proc_macro" }
hdx_parser = { version = "0.0.1", path = "crates/hdx_parser" }
hdx_lexer = { version = "0.0.1", path = "crates/hdx_lexer" }
Expand Down
1 change: 0 additions & 1 deletion crates/hdx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ hdx_syntax = { workspace = true }
hdx_ast = { workspace = true }
hdx_parser = { workspace = true }
hdx_atom = { workspace = true }
hdx_derive = { workspace = true }

clap = { workspace = true, features = ["derive", "cargo"] }
miette = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion crates/hdx_ast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ bench = false
hdx_lexer = { workspace = true }
hdx_atom = { workspace = true }
hdx_parser = { workspace = true }
hdx_derive = { workspace = true }
hdx_proc_macro = { workspace = true }

bumpalo = { workspace = true, features = ["collections", "boxed"] }
Expand Down
2 changes: 0 additions & 2 deletions crates/hdx_ast/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
extern crate hdx_derive;

pub mod css;
pub mod specificity;
pub mod syntax;
Expand Down
25 changes: 0 additions & 25 deletions crates/hdx_derive/Cargo.toml

This file was deleted.

27 changes: 0 additions & 27 deletions crates/hdx_derive/src/lib.rs

This file was deleted.

80 changes: 0 additions & 80 deletions crates/hdx_derive/src/parse.rs

This file was deleted.

71 changes: 0 additions & 71 deletions crates/hdx_derive/src/peek.rs

This file was deleted.

21 changes: 0 additions & 21 deletions crates/hdx_derive/src/string_transform.rs

This file was deleted.

89 changes: 0 additions & 89 deletions crates/hdx_derive/src/value.rs

This file was deleted.

Loading

0 comments on commit 2b1a074

Please sign in to comment.