update crate name
This commit is contained in:
parent
f76f901387
commit
2ff0ef174f
|
@ -181,6 +181,28 @@ dependencies = [
|
||||||
"generic-array",
|
"generic-array",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[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]]
|
[[package]]
|
||||||
name = "bstr"
|
name = "bstr"
|
||||||
version = "1.2.0"
|
version = "1.2.0"
|
||||||
|
@ -2284,28 +2306,6 @@ version = "0.3.10"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
|
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]]
|
[[package]]
|
||||||
name = "skeptic"
|
name = "skeptic"
|
||||||
version = "0.13.7"
|
version = "0.13.7"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "site"
|
name = "blos-sm"
|
||||||
version = "0.1.0"
|
version = "1.0.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
Loading…
Reference in New Issue