Skip to content

Commit

Permalink
update package name in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-chenevas committed Oct 1, 2023
1 parent f4b86d0 commit 991eb1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "carbone-sdk-rust"
name = "carbone_sdk_rs"
version = "0.1.0"
edition = "2021"
authors = ["Pascal Chenevas-Paule <pcp.dev@posteo.de>"]
Expand Down Expand Up @@ -36,4 +36,4 @@ sha2 = "0.10"

[dev-dependencies]
httpmock = "0.6"
tokio = { version = "1", features = ["full"] }
tokio = { version = "1", features = ["full"] }

0 comments on commit 991eb1d

Please sign in to comment.