Skip to content

Instantly share code, notes, and snippets.

@nagisa
Last active February 11, 2020 17:31
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 nagisa/ca95a787c25ba27a73eb3662c85016b2 to your computer and use it in GitHub Desktop.
Save nagisa/ca95a787c25ba27a73eb3662c85016b2 to your computer and use it in GitHub Desktop.
[package]
name = "brand_new"
version = "0.0.1"
[dependencies]
ring = "0.16"
[workspace]
members = [
"brand_new",
"old_rusty",
]
[package]
name = "old_rusty"
version = "0.0.1"
[dependencies]
ring = "0.13"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment