This commit is contained in:
2023-09-23 23:51:07 +02:00
parent 95dbb74b47
commit 89cb0c475b
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@ -1504,7 +1504,7 @@ dependencies = [
[[package]] [[package]]
name = "singit_srv" name = "singit_srv"
version = "0.1.0" version = "1.0.0"
dependencies = [ dependencies = [
"actix-files", "actix-files",
"actix-web", "actix-web",
@ -1520,7 +1520,7 @@ dependencies = [
[[package]] [[package]]
name = "singit_web" name = "singit_web"
version = "0.2.2" version = "1.0.0"
dependencies = [ dependencies = [
"css_typegen", "css_typegen",
"csv", "csv",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "singit_srv" name = "singit_srv"
version = "0.1.0" version = "1.0.0"
authors = ["Joakim Hulthe <joakim@hulthe.net"] authors = ["Joakim Hulthe <joakim@hulthe.net"]
edition = "2021" edition = "2021"

View File

@ -1,12 +1,12 @@
[package] [package]
name = "singit_web" name = "singit_web"
version = "0.2.2" version = "1.0.0"
authors = ["Joakim Hulthe <joakim@hulthe.net"] authors = ["Joakim Hulthe <joakim@hulthe.net"]
edition = "2021" edition = "2021"
[dependencies] [dependencies]
seed = "0.10.0" seed = "0.10.0"
serde = { version = "1.0.0", features = ['derive'] } serde = { version = "1.0.0", features = ["derive"] }
serde_json = "1.0.0" serde_json = "1.0.0"
rand = "0.8.5" rand = "0.8.5"
gloo-console = "0.3.0" gloo-console = "0.3.0"