Update Cargo.toml

This commit is contained in:
Matteo Paonessa 2022-01-24 14:11:16 +01:00 committed by GitHub
parent 23f82f2c9f
commit daf75c8c81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ lodepng = "3.0.0"
kamadak-exif = "0.5.0"
[lib]
name = "caesium"
name = "libcaesium"
path = "src/lib.rs"
crate-type = ["lib", "dylib"]
test = true