I want Pkg.jl
to manage both dev-time dependency and package dependency. That is, something like this, hypothetically:
] add-dev BenchmarkTools # <- This gets added to the "global" environment
] add DataFrames # <- This gets added to the package dependencies
No set up can do this, currently.