Fix package name for Rust naming convention

This commit is contained in:
Sebastian Cabrera 2024-06-23 00:25:31 -04:00
parent f98ab3eb82
commit f2ceea0cc1
No known key found for this signature in database
GPG key ID: 9C70960A46161D08
2 changed files with 6 additions and 3 deletions

View file

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