mirror of
https://codeberg.org/icewind/shortcutd.git
synced 2026-06-04 01:34: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"
|
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"
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue