Skip to content

Commit

Permalink
Cleanup dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Oyelowo committed Jan 17, 2025
1 parent d276edb commit a2df88d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ twust_macro = { path = "twust_macro" }
proc-macro2 = "1.0.69"
quote = "1.0.33"
syn = { version = "2.0.38" }
# syn = { version = "2.0.38", features = ["full"] }
nom = "7.1.3"
static_assertions = "1.1.0"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
regex = "1.10.0"
# tailwindcss-core = { git = "https://github.com/Oyelowo/tailwindcss.git", rev = "696810fd5a3d30ee8225913af268be1d2c9dbced" }
# tailwindcss-core = { git = "https://github.com/Oyelowo/tailwindcss/oxide/crates/core.git", rev = "696810fd5a3d30ee8225913af268be1d2c9dbced" }
2 changes: 0 additions & 2 deletions twust_macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ syn = { workspace = true }
proc-macro2 = { workspace = true }
quote = { workspace = true }
nom = { workspace = true }
static_assertions = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
regex = { workspace = true }


[lib]
Expand Down

0 comments on commit a2df88d

Please sign in to comment.