rebranding
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-02-16 18:16:41 +01:00
parent c4344b1ddd
commit c8d4b5b4c0
5 changed files with 29 additions and 29 deletions

46
Cargo.lock generated
View File

@@ -2,6 +2,29 @@
# It is not intended for manual editing.
version = 3
[[package]]
name = "Ohrwurm"
version = "0.1.0"
dependencies = [
"dotenv",
"futures",
"regex",
"reqwest",
"serde_json",
"songbird",
"symphonia",
"tokio",
"tracing",
"tracing-subscriber 0.2.25",
"twilight-cache-inmemory",
"twilight-gateway",
"twilight-http",
"twilight-model",
"twilight-standby",
"twilight-util",
"url",
]
[[package]]
name = "addr2line"
version = "0.21.0"
@@ -396,29 +419,6 @@ dependencies = [
"pnet_macros_support",
]
[[package]]
name = "djheuel"
version = "0.1.0"
dependencies = [
"dotenv",
"futures",
"regex",
"reqwest",
"serde_json",
"songbird",
"symphonia",
"tokio",
"tracing",
"tracing-subscriber 0.2.25",
"twilight-cache-inmemory",
"twilight-gateway",
"twilight-http",
"twilight-model",
"twilight-standby",
"twilight-util",
"url",
]
[[package]]
name = "dotenv"
version = "0.15.0"