Cargo front-matter

This commit is contained in:
Mike Dilger 2023-09-15 07:53:45 +12:00
parent e840afa7e9
commit 5474e4effe
2 changed files with 11 additions and 2 deletions

7
Cargo.lock generated Normal file
View File

@ -0,0 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "chorus"
version = "0.1.0"

View File

@ -1,8 +1,10 @@
[package]
name = "chorus"
version = "0.1.0"
description = "A personal relay for nostr"
authors = ["Mike Dilger <mike@mikedilger.com>"]
license = "MIT"
repository = "https://github.com/mikedilger/chorus"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]