fmt
This commit is contained in:
parent
f0159c40c4
commit
8002bec7e0
|
@ -31,4 +31,4 @@
|
||||||
LICENSE
|
LICENSE
|
||||||
README.md
|
README.md
|
||||||
config.toml
|
config.toml
|
||||||
mastodon-data.toml
|
mastodon-data.toml
|
||||||
|
|
|
@ -3,4 +3,4 @@ mastodon-data.toml
|
||||||
*.csv
|
*.csv
|
||||||
*.tmp
|
*.tmp
|
||||||
*.log
|
*.log
|
||||||
tmp/
|
tmp/
|
||||||
|
|
|
@ -15,7 +15,7 @@ WORKDIR /app
|
||||||
|
|
||||||
# Build the application.
|
# Build the application.
|
||||||
# Leverage a cache mount to /usr/local/cargo/registry/
|
# Leverage a cache mount to /usr/local/cargo/registry/
|
||||||
# for downloaded dependencies and a cache mount to /app/target/ for
|
# for downloaded dependencies and a cache mount to /app/target/ for
|
||||||
# compiled dependencies which will speed up subsequent builds.
|
# compiled dependencies which will speed up subsequent builds.
|
||||||
# Leverage a bind mount to the src directory to avoid having to copy the
|
# Leverage a bind mount to the src directory to avoid having to copy the
|
||||||
# source code into the container. Once built, copy the executable to an
|
# source code into the container. Once built, copy the executable to an
|
||||||
|
|
|
@ -11,4 +11,4 @@ tempfile = "/tmp/botimage.png"
|
||||||
[errors]
|
[errors]
|
||||||
maintainers = "@Sugui@awoo.fai.st @MeDueleLaTeta@awoo.fai.st"
|
maintainers = "@Sugui@awoo.fai.st @MeDueleLaTeta@awoo.fai.st"
|
||||||
out_of_images = "me quedé sin chicas"
|
out_of_images = "me quedé sin chicas"
|
||||||
retry = 10
|
retry = 10
|
||||||
|
|
Loading…
Reference in New Issue