mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 07:14:50 +01:00
chore: cargo lock and metadata
This commit is contained in:
parent
8d1d10cc6c
commit
0e398dcd92
2 changed files with 11 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -228,7 +228,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "codemp"
|
||||
version = "0.7.0"
|
||||
version = "0.7.0-beta1"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"codemp-proto",
|
||||
|
|
11
Cargo.toml
11
Cargo.toml
|
@ -1,7 +1,16 @@
|
|||
[package]
|
||||
name = "codemp"
|
||||
version = "0.7.0"
|
||||
description = "codemp -- code multiplexer"
|
||||
homepage = "https://codemp.dev"
|
||||
authors = [
|
||||
"alemi <me@alemi.dev>",
|
||||
"zaaarf <me@zaaarf.foo>",
|
||||
"frelodev <frelodev@gmail.com>",
|
||||
"cschen <cschen@codemp.dev>"
|
||||
]
|
||||
license = "GPL-3.0-only"
|
||||
edition = "2021"
|
||||
version = "0.7.0-beta1"
|
||||
|
||||
[lib]
|
||||
name = "codemp"
|
||||
|
|
Loading…
Reference in a new issue