Section II - library
We will also declare these dependencies in our share src/lib.rs library.
extern crate actix_web_httpauth;To add the daas module to our library, we declare it at the bottom of our src/lib.rs file, (after the broker module).
pub mod sourcing;Last updated
Was this helpful?