diff options
| author | Christine Dodrill <me@christine.website> | 2021-01-16 21:38:22 -0500 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2021-01-16 21:38:22 -0500 |
| commit | 4bcc848bb178d9e4372ba13b750d620cabc2a9ac (patch) | |
| tree | e2a97a5a03c934de6307b3d543d5f4b249675ce7 /Cargo.toml | |
| parent | 17af42bc698237d1560b8add144641ae3950b469 (diff) | |
| download | xesite-4bcc848bb178d9e4372ba13b750d620cabc2a9ac.tar.xz xesite-4bcc848bb178d9e4372ba13b750d620cabc2a9ac.zip | |
move poking services into app boot after systemd notify
Signed-off-by: Christine Dodrill <me@christine.website>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,7 @@ log = "0.4" mime = "0.3.0" prometheus = { version = "0.10", default-features = false, features = ["process"] } rand = "0" +reqwest = { version = "0.10", features = ["json"] } sdnotify = { version = "0.1", default-features = false } serde_dhall = "0.8.0" serde = { version = "1", features = ["derive"] } @@ -37,6 +38,7 @@ url = "2" uuid = { version = "0.8", features = ["serde", "v4"] } # workspace dependencies +cfcache = { path = "./lib/cfcache" } go_vanity = { path = "./lib/go_vanity" } jsonfeed = { path = "./lib/jsonfeed" } mi = { path = "./lib/mi" } |
