mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-11-09 08:16:47 +08:00
14 lines
236 B
Plaintext
14 lines
236 B
Plaintext
|
|
package = 'app'
|
||
|
|
version = 'scm-1'
|
||
|
|
source = {
|
||
|
|
url = '/dev/null',
|
||
|
|
}
|
||
|
|
dependencies = {
|
||
|
|
'crud == 1.5.2-1',
|
||
|
|
'expirationd == 1.6.0-1',
|
||
|
|
'metrics-export-role == 0.3.0-1',
|
||
|
|
'vshard == 0.1.32-1'
|
||
|
|
}
|
||
|
|
build = {
|
||
|
|
type = 'none';
|
||
|
|
}
|