Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use TOML instead of Pkg.TOML to read TOML files #863

Merged
merged 1 commit into from
Aug 22, 2024

Conversation

KristofferC
Copy link
Contributor

No description provided.

@domluna
Copy link
Owner

domluna commented Aug 22, 2024

fine with me just curious why TOML instead of Pkg.TOML though. is the latter outdated?

@KristofferC
Copy link
Contributor Author

Pkg is a big dependency. TOML is a small one. They have different load times for example. And one shouldn't in general rely on other packages dependencies.

@domluna domluna merged commit 7e261c3 into domluna:master Aug 22, 2024
56 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants