-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove libolm usage & switch to poetry (#65)
This PR does a couple of things. - convert to using poetry to make rust integration easier - switch over to using vodozemac for crypto - switch over to matrix-sdk-crypto to remove mautrix dependency (which was pulling in libolm) After this, libolm is no longer used and it has been removed from the CI workflow to be sure. All functionality remains compatible with previous version of the matrix-content-scanner.
- Loading branch information
Showing
27 changed files
with
3,820 additions
and
261 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,10 @@ | |
!README.md | ||
!pyproject.toml | ||
!setup.cfg | ||
!poetry.lock | ||
!Cargo.toml | ||
!Cargo.lock | ||
!build_rust.py | ||
!rust | ||
|
||
**/__pycache__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.