mirror of
https://github.com/turbot/steampipe.git
synced 2026-03-31 18:00:19 -04:00
10 lines
149 B
SourcePawn
10 lines
149 B
SourcePawn
mod "m1"{
|
|
title = "M1"
|
|
description = "THIS IS M1"
|
|
mod_depends{
|
|
name = "github.com/turbot/m2"
|
|
version = "0.0.0"
|
|
alias = "_m2"
|
|
}
|
|
|
|
} |