Add licenses and more description #2
Annotations
3 warnings
clippy
Error parsing Cargo.toml manifest, fallback to caching entire file: Error: Invalid TOML document: expected key-value, found comma
13: [dependencies]
14: object_store = { version = "0.7" , features = ["gcp"]}
^
15: image = { version = "0.24.7", default-features = false, features = ["png", "jpeg"] }
|
test
Error parsing Cargo.toml manifest, fallback to caching entire file: Error: Invalid TOML document: expected key-value, found comma
13: [dependencies]
14: object_store = { version = "0.7" , features = ["gcp"]}
^
15: image = { version = "0.24.7", default-features = false, features = ["png", "jpeg"] }
|
build
Error parsing Cargo.toml manifest, fallback to caching entire file: Error: Invalid TOML document: expected key-value, found comma
13: [dependencies]
14: object_store = { version = "0.7" , features = ["gcp"]}
^
15: image = { version = "0.24.7", default-features = false, features = ["png", "jpeg"] }
|