Thank you for your reply. I am just curious about why Project.toml
is not enough. Because I saw
- When everything is working the dependencies are computed from the
Project.toml
not fromREQUIRE
. You don’t need theREQUIRE
file anymore.
from here.