PyO3 / pyproject-toml-rs

pyproject.toml parser in Rust
MIT License
19 stars 8 forks source link

Update toml dependency to 0.8 #16

Closed alex closed 10 months ago

adamreichold commented 10 months ago

Seeing this patch, I mainly wonder whether the full machinery of toml is appropriate or whether basic-toml would suffice?

alex commented 10 months ago

I do not know the answer to that. I don't even remember what I was doing that led to this PR tbh, I got home from work and my terminal had this diff up. What was I doing this morning?

messense commented 10 months ago

For #10 we'd still depend on toml_edit, so IMO switching to basic-toml isn't helpful.