Compare commits
2 Commits
95dbb74b47
...
1.0.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
c6cc83018f
|
|||
|
89cb0c475b
|
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1504,7 +1504,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "singit_srv"
|
||||
version = "0.1.0"
|
||||
version = "1.0.0"
|
||||
dependencies = [
|
||||
"actix-files",
|
||||
"actix-web",
|
||||
@ -1520,7 +1520,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "singit_web"
|
||||
version = "0.2.2"
|
||||
version = "1.0.0"
|
||||
dependencies = [
|
||||
"css_typegen",
|
||||
"csv",
|
||||
|
||||
@ -54,7 +54,7 @@ RUN trunk build --release
|
||||
########################
|
||||
### PRODUCTION STAGE ###
|
||||
########################
|
||||
FROM debian:stable-slim
|
||||
FROM scratch
|
||||
|
||||
# Default logging level
|
||||
ENV RUST_LOG="info"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "singit_srv"
|
||||
version = "0.1.0"
|
||||
version = "1.0.0"
|
||||
authors = ["Joakim Hulthe <joakim@hulthe.net"]
|
||||
edition = "2021"
|
||||
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
[package]
|
||||
name = "singit_web"
|
||||
version = "0.2.2"
|
||||
version = "1.0.0"
|
||||
authors = ["Joakim Hulthe <joakim@hulthe.net"]
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
seed = "0.10.0"
|
||||
serde = { version = "1.0.0", features = ['derive'] }
|
||||
serde = { version = "1.0.0", features = ["derive"] }
|
||||
serde_json = "1.0.0"
|
||||
rand = "0.8.5"
|
||||
gloo-console = "0.3.0"
|
||||
|
||||
Reference in New Issue
Block a user