Skip to content

Commit

Permalink
updated configs
Browse files Browse the repository at this point in the history
  • Loading branch information
TRI99ERED committed Feb 11, 2024
1 parent 03a6923 commit 600c3be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ name = "varflags"
version = "0.0.1"
edition = "2021"

[features]
serde = ["dep:serde", "bitworks/serde", "varflags_attribute/serde"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
varflags_attribute = { path = "varflags_attribute" }
bitworks = { git = "https://github.com/TRI99ERED/bitworks" }
serde = { version = "*", features = ["derive"] }
serde = { version = "*", optional = true, features = ["derive"] }

0 comments on commit 600c3be

Please sign in to comment.