mirror of
https://github.com/Magnus167/msyrs.git
synced 2025-08-20 07:30:00 +00:00
adding lib section to TOML
This commit is contained in:
parent
9fe2c5d6fb
commit
8f809ccbc9
@ -7,6 +7,9 @@ readme = "README.md"
|
||||
[package.metadata.docs]
|
||||
rustdoc = ["--cfg", "doc"]
|
||||
|
||||
[lib]
|
||||
name = "msyrs"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
reqwest = { version = "0.12.9", features = ["blocking", "json"] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user