Skip to content

Commit

Permalink
Use consistent builder derive configs across API types (#213)
Browse files Browse the repository at this point in the history
* Use consistent builder derive configs across API types

* Add a comment

* cargo fmt

* Move the builder attribute alias into a separate `macros` module

* Use alphabetic sorting in Cargo.toml
  • Loading branch information
Veetaha authored Sep 17, 2024
1 parent 35a82e6 commit 13c35c1
Show file tree
Hide file tree
Showing 5 changed files with 658 additions and 988 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,9 @@ name = "api_trait_implementation"
required-features = ["telegram-trait"]

[dependencies]
thiserror = "1"
bon = "2.2.0"
macro_rules_attribute = "0.2"
thiserror = "1"

[dependencies.async-trait]
version = "0.1"
Expand Down
Loading

0 comments on commit 13c35c1

Please sign in to comment.