cargo meta

This commit is contained in:
Robin Appelman 2023-06-17 23:10:04 +02:00
commit e65d8fbf57
2 changed files with 8 additions and 2 deletions

View file

@ -2,7 +2,10 @@
name = "shortcutd" name = "shortcutd"
version = "0.1.0" version = "0.1.0"
authors = ["Robin Appelman <robin@icewind.nl>"] authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018" edition = "2021"
description = "shortcutd client library"
license = "MIT OR Apache-2.0"
repository = "https://github.com/icewind1991/shortcutd"
[lib] [lib]
name = "shortcutd" name = "shortcutd"

View file

@ -2,7 +2,10 @@
name = "shortcutd-server" name = "shortcutd-server"
version = "0.1.0" version = "0.1.0"
authors = ["Robin Appelman <robin@icewind.nl>"] authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018" edition = "2021"
description = "shortcutd server"
license = "MIT OR Apache-2.0"
repository = "https://github.com/icewind1991/shortcutd"
[[bin]] [[bin]]
name = "shortcutd" name = "shortcutd"