chiark
/
gitweb
/
~ian
/
nimber.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ac0d16
)
Get the package name right, ahem
author
Simon Tatham
<anakin@pobox.com>
Fri, 11 Apr 2025 18:31:04 +0000
(19:31 +0100)
committer
Simon Tatham
<anakin@pobox.com>
Fri, 11 Apr 2025 18:31:04 +0000
(19:31 +0100)
Cargo.lock
patch
|
blob
|
history
Cargo.toml
patch
|
blob
|
history
diff --git
a/Cargo.lock
b/Cargo.lock
index 8a4d92e9dfc6a2212f49a3069cf12a9398b5d2bc..367e152a5dd099b5df912c5c49605a49e3b40b4b 100644
(file)
--- a/
Cargo.lock
+++ b/
Cargo.lock
@@
-3,5
+3,5
@@
version = 3
[[package]]
-name = "nimber
-rs
"
+name = "nimber"
version = "0.1.0"
diff --git
a/Cargo.toml
b/Cargo.toml
index 22a841cc3986dc129bf0d0edf800f605e87591e0..e8ddd3863b0a337f9e15da7406e9e5d5b48e1e98 100644
(file)
--- a/
Cargo.toml
+++ b/
Cargo.toml
@@
-1,5
+1,5
@@
[package]
-name = "nimber
-rs
"
+name = "nimber"
version = "0.1.0"
edition = "2021"