To confirm: All dependencies of a Julia package should be `add`-ed before `using`, right?

During the development of a Julia package, all its dependencies need to be add-ed before using it in the package module, even if it is part of the Julia standard library, right?

Thanks in advance!

1 Like

Yes!

3 Likes

Got it! Thanks! :handshake: :handshake: