aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@blos.sm>2023-06-23 00:36:36 +0100
committerLibravatar cel 🌸 <cel@blos.sm>2023-06-23 00:36:36 +0100
commit2ff0ef174fba4722cee36b2c3172c8947bf52ee0 (patch)
treea0e4744c4a687c32bb40e18134c13cd9b2ccf66b /Cargo.lock
parentf76f901387ad313886c4a6b888a067ed8baaff12 (diff)
downloadblossom-2ff0ef174fba4722cee36b2c3172c8947bf52ee0.tar.gz
blossom-2ff0ef174fba4722cee36b2c3172c8947bf52ee0.tar.bz2
blossom-2ff0ef174fba4722cee36b2c3172c8947bf52ee0.zip
update crate name
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock44
1 files changed, 22 insertions, 22 deletions
diff --git a/Cargo.lock b/Cargo.lock
index bc79919..64df8bc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -182,6 +182,28 @@ dependencies = [
]
[[package]]
+name = "blos_sm"
+version = "1.0.0"
+dependencies = [
+ "async-trait",
+ "atom_syndication",
+ "chrono",
+ "chrono-humanize",
+ "listenbrainz",
+ "markdown",
+ "mastodon-async",
+ "reqwest",
+ "rocket",
+ "rocket_dyn_templates",
+ "serde",
+ "serde_json",
+ "time 0.3.22",
+ "tokio",
+ "tokio-stream",
+ "toml 0.7.4",
+]
+
+[[package]]
name = "bstr"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2285,28 +2307,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
[[package]]
-name = "site"
-version = "0.1.0"
-dependencies = [
- "async-trait",
- "atom_syndication",
- "chrono",
- "chrono-humanize",
- "listenbrainz",
- "markdown",
- "mastodon-async",
- "reqwest",
- "rocket",
- "rocket_dyn_templates",
- "serde",
- "serde_json",
- "time 0.3.22",
- "tokio",
- "tokio-stream",
- "toml 0.7.4",
-]
-
-[[package]]
name = "skeptic"
version = "0.13.7"
source = "registry+https://github.com/rust-lang/crates.io-index"