Skip to content

Commit

Permalink
Delete xmtp crate (#384)
Browse files Browse the repository at this point in the history
* Delete xmtp crate

* Also delete bindings_js

* Remove unused import from Dockerfile
  • Loading branch information
neekolas authored Dec 18, 2023
1 parent 3e59039 commit 3189fe8
Show file tree
Hide file tree
Showing 72 changed files with 4 additions and 15,026 deletions.
155 changes: 3 additions & 152 deletions Cargo.lock

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

8 changes: 1 addition & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,14 @@
members = [
"examples/cli",
"mls_validation_service",
"xmtp",
"xmtp_cryptography",
"xmtp_api_grpc",
"xmtp_proto",
"xmtp_v2",
"xmtp_mls",
]

exclude = [
"bindings_ffi",
"bindings_js",
"bindings_wasm",
"xmtp_api_grpc_gateway",
]
exclude = ["bindings_ffi", "bindings_wasm", "xmtp_api_grpc_gateway"]

# Make the feature resolver explicit.
# See https://doc.rust-lang.org/edition-guide/rust-2021/default-cargo-resolver.html#details
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ COPY --chown=xmtp:xmtp . .
RUN cargo check
RUN cargo fmt --check
RUN cargo clippy --all-features --no-deps
RUN cargo clippy --all-features --no-deps --manifest-path xmtp/Cargo.toml
# some tests are setup as integration tests 👀 xmtp_mls
RUN for crate in xmtp_cryptography xmtp_proto xmtp_v2; do cd ${crate}; cargo test; done

Expand Down
10 changes: 0 additions & 10 deletions bindings_js/README.md

This file was deleted.

43 changes: 0 additions & 43 deletions bindings_js/example/index.html

This file was deleted.

17 changes: 0 additions & 17 deletions bindings_js/example/run_example.sh

This file was deleted.

Loading

0 comments on commit 3189fe8

Please sign in to comment.