Skip to content

Commit

Permalink
chore: cargo lock and metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
alemidev committed Sep 5, 2024
1 parent 8d1d10c commit 0e398dc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 0e398dc

Please sign in to comment.