Browse Source

Add git.exmods.org api dependency

master
NGnius 4 years ago
parent
commit
0622ca4019
3 changed files with 4 additions and 0 deletions
  1. +2
    -0
      .gitmodules
  2. +1
    -0
      Cargo.toml
  3. +1
    -0
      swagger

+ 2
- 0
.gitmodules View File

@@ -0,0 +1,2 @@
[submodule "swagger"]
url = https://git.exmods.org/NGnius/rusty-gitea

+ 1
- 0
Cargo.toml View File

@@ -11,3 +11,4 @@ serenity = "0.8"
clap = "2.33.0"
serde_json = "1.0"
regex = "1.3.6"
swagger = { path = "swagger" }

+ 1
- 0
swagger

@@ -0,0 +1 @@
Subproject commit d2e3da78352d2c6ffcfec212cff0ebb0d190ecf2