mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-06-17 00:07:18 +03:00
ba3afd1803
Co-authored-by: Marat Karimov <m.karimov@digitalms.ru>
14 lines
236 B
Lua
14 lines
236 B
Lua
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';
|
|
} |