Compare commits

..

No commits in common. "a6825a0ee1fb097b4edc2c520efecc111751d414" and "44ecf2b07b7b7db81bbd0f4e856c3fd72091944e" have entirely different histories.

2 changed files with 3 additions and 6 deletions

View file

@ -1,9 +1,8 @@
[package]
name = "uwurandom-rs"
version = "1.0.0"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "a no-std library to generate uwurandom"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -12,7 +11,7 @@ rand_pcg = "0.3.1"
[dependencies]
rand_core = "0.6.4"
uwurandom-proc-macros = "1.0.0"
uwurandom-proc-macros = { version = "0.1.0", path = "uwurandom-proc-macros" }
[workspace]
members = ["uwurandom-proc-macros"]

View file

@ -1,9 +1,7 @@
[package]
name = "uwurandom-proc-macros"
version = "1.0.0"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "proc macros for uwurandom-rs"
[lib]
proc-macro = true