mirror of
https://codeberg.org/icewind/shortcutd.git
synced 2026-06-03 17:24:08 +02:00
cargo meta
This commit is contained in:
parent
f136a1222c
commit
e65d8fbf57
2 changed files with 8 additions and 2 deletions
|
|
@ -2,7 +2,10 @@
|
|||
name = "shortcutd"
|
||||
version = "0.1.0"
|
||||
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]
|
||||
name = "shortcutd"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,10 @@
|
|||
name = "shortcutd-server"
|
||||
version = "0.1.0"
|
||||
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]]
|
||||
name = "shortcutd"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue