Skip to content

Commit

Permalink
fix: Update cargo.toml for publishing to crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
philipcristiano committed Dec 5, 2023
1 parent 0a49e17 commit 6d883cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[package]
name = "rust_service_conventions"
name = "service_conventions"
version = "0.0.1"
edition = "2021"
description = "Conventions for services"
license = "Apache-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 6d883cc

Please sign in to comment.