Julia complains that I haven't added standard libraries to my package manifest

You should be able to add any standard library as a project dependency just by doing add Dates for example. If that doesn’t work then something is quite odd about your setup. Have you changed the load path perhaps?

4 Likes