biscuit-auth / biscuit-rust

Rust implementation of the Biscuit authorization token
https://www.biscuitsec.org
209 stars 29 forks source link

move proc macros docs to the main crate #180

Closed Geal closed 1 year ago

Geal commented 1 year ago

this removes the circular dependency between biscuit-auth and biscuit-quote. The proc macro crate needed the main one as a dev dependency to build the documentation examples. Those can be added in the main crate instead