Skip to content

Instantly share code, notes, and snippets.

@kriogenia
Last active September 22, 2022 15:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kriogenia/ea08d190ea8a008bbcceb17ebeb90676 to your computer and use it in GitHub Desktop.
Save kriogenia/ea08d190ea8a008bbcceb17ebeb90676 to your computer and use it in GitHub Desktop.
Inheriting Workspace Dependencies
[package]
name = "generify_with_compiler_errors"
version = "0.1.0"
edition = "2021"
authors.workspace = true
[dependencies]
num = { workspace = true, default-features = true }
vector2d.workspace = true
[dev-dependencies]
rand = { workspace = true, features = [ "log" ] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment