Fixing binary name in Cargo toml

This commit is contained in:
2024-10-28 19:59:21 -07:00
parent 2c3c2efd03
commit ec7674fe44

View File

@@ -1,5 +1,5 @@
[package] [package]
name = "bubble" name = "api"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"