mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-06-28 15:41:13 +08:00
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';
|
|
} |