Skip to content

Instantly share code, notes, and snippets.

@kriogenia
Last active September 22, 2022 15:04
Show Gist options
  • Save kriogenia/205ec4382b43ee65aba5f913367b2e20 to your computer and use it in GitHub Desktop.
Save kriogenia/205ec4382b43ee65aba5f913367b2e20 to your computer and use it in GitHub Desktop.
How to set Workspace Package
[package]
name = "sotoestevez_medium"
version = "0.1.0"
[workspace]
members = ["add_trait", "beginning_tips", "generify_with_compiler_errors", "modules", "scoped_threads" ]
[workspace.package]
edition = "2021"
authors = ["Soto Estévez <ricardo@sotoestevez.dev>"]
description = "Demos of the articles at https://medium.com/@sotoestevez"
documentation = "https://medium.com/@sotoestevez"
readme = "./README.md"
homepage = "https://www.sotoestevez.dev"
repository = "https://github.com/kriogenia/medium"
license = "MIT OR Apache-2.0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment