-
Notifications
You must be signed in to change notification settings - Fork 0
/
Smaug.toml
37 lines (31 loc) · 1.21 KB
/
Smaug.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[package]
name = "draco-api"
authors = ["Logan Koester <[email protected]>"]
version = "0.1.0"
homepage = "https://smaug.dev/packages/draco-api"
keywords = []
# Optional:
# documentation = "https://example.com"
repository = "https://github.com/ereborstudios/draco-api"
requires = [
"smaug/draco-api/lib/set.rb",
"smaug/draco-api/lib/docile.rb",
"smaug/draco-api/lib/router/index.rb",
"smaug/draco-api/lib/api.rb",
"smaug/draco-api/lib/encoder.rb",
"app/components/draco-api/index.rb",
"app/entities/draco-api/index.rb",
"app/systems/draco-api/index.rb",
]
[package.installs]
"templates/app/components/match.rb" = "app/components/draco-api/match.rb"
"templates/app/components/response.rb" = "app/components/draco-api/response.rb"
"templates/app/components/tree.rb" = "app/components/draco-api/tree.rb"
"templates/app/components/index.rb" = "app/components/draco-api/index.rb"
"templates/app/entities/route.rb" = "app/entities/draco-api/route.rb"
"templates/app/entities/index.rb" = "app/entities/draco-api/index.rb"
"templates/app/systems/api_router.rb" = "app/systems/draco-api/api_router.rb"
"templates/app/systems/index.rb" = "app/systems/draco-api/index.rb"
[dragonruby]
version = "2"
edition = "standard"