-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.fossa.yml
executable file
·46 lines (45 loc) · 1.03 KB
/
.fossa.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Generated by FOSSA CLI (https://github.com/fossas/fossa-cli)
# Visit https://fossa.com to learn more
version: 2
cli:
server: https://app.fossa.com
fetcher: custom
project: https://github.com/aschey/Platune
analyze:
modules:
- name: platune
type: gradle
target: ':'
path: android/platune
- name: platune
type: npm
target: ui/platune
path: ui/platune
- name: platune
type: npm
target: ui/platune
path: ui/platune
- name: Cargo.lock
type: cargo
target: .
path: .
- name: api-old/Cargo.lock
type: cargo
target: api-old
path: api-old
- name: libplatune/player/Cargo.lock
type: cargo
target: libplatune/player
path: libplatune/player
- name: platuned/client/Cargo.lock
type: cargo
target: platuned/client
path: platuned/client
- name: platuned/client/rust/Cargo.lock
type: cargo
target: platuned/client/rust
path: platuned/client/rust
- name: platuned/server/Cargo.lock
type: cargo
target: platuned/server
path: platuned/server