Skip to content

Commit

Permalink
Simplify proto gen (#52)
Browse files Browse the repository at this point in the history
* Initial commit

* Include lib

* Add features

* Correct import

* Add feature

* Add pbjson

* Almost passing

* Add build.rs

* Add .gitignore

* Rename folder

* Remove generated code

* Gitignore generated

* Automatically install required dependency
  • Loading branch information
neekolas authored Apr 16, 2023
1 parent 6be7a91 commit a742472
Show file tree
Hide file tree
Showing 42 changed files with 15,981 additions and 3,223 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,7 @@ dist
# Swap files for vim
*.swp
*.swo


# Generated code
crates/xmtp_proto/src/gen
Loading

0 comments on commit a742472

Please sign in to comment.