Version 1.0.0

This commit is contained in:
Martin Brodbeck 2023-10-09 14:14:35 +02:00
parent 6fa48d49c8
commit 663f3766b1
2 changed files with 3 additions and 4 deletions

2
Cargo.lock generated
View File

@ -188,7 +188,7 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
[[package]]
name = "m32chat"
version = "0.1.0"
version = "1.0.0"
dependencies = [
"chrono",
"env_logger",

View File

@ -1,9 +1,8 @@
[package]
name = "m32chat"
version = "0.1.0"
version = "1.0.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
authors = ["Martin Brodbeck <martin@brodbeck-online.de>"]
[dependencies]
chrono = "0.4.31"