Replace mime type "application/ron" by "text/ron" and put it in the common crate
This commit is contained in:
parent
f9899c1aeb
commit
1c2e910dea
7 changed files with 96 additions and 129 deletions
|
|
@ -6,6 +6,7 @@ edition = "2024"
|
|||
|
||||
[dependencies]
|
||||
ron = "0.10"
|
||||
http = "1.3"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
strum = { version = "0.27", features = ["derive"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue