Function to list all imported packages in a project

This commit is contained in:
2022-06-16 13:09:14 +01:00
parent 903f5cf365
commit 141ca866ca
3 changed files with 34 additions and 0 deletions

View File

@@ -3,3 +3,4 @@
export(fetch_available_archives)
export(fetch_available_packages)
export(list_depends)
export(list_imports)