Skip to content

Commit fae1511

Browse files
committed
Merge branch 'master' into go-vendor-splits
2 parents 17f481f + abf684c commit fae1511

13 files changed

Lines changed: 1385 additions & 357 deletions

cargo/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
Tool to automatically generate `flatpak-builder` manifest json from a `Cargo.lock`.
44

55
## Requirements:
6-
- siphash
7-
- Python 3
86

7+
Python 3.8+ with following modules:
8+
9+
- toml
10+
- aiohttp
911

1012
## Usage:
1113

@@ -37,4 +39,4 @@ The output file should be added to the manifest like
3739
Make sure to override CARGO_HOME env variable to point it to `/run/build/$module-name/cargo` where `$module-name` is the flatpak module name, `quickstart` in this example.
3840

3941

40-
For a complete example see the quickstart project.
42+
For a complete example see the quickstart project.

0 commit comments

Comments
 (0)