diff options
author | metamuffin <metamuffin@disroot.org> | 2024-03-18 00:42:21 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-03-18 00:42:21 +0100 |
commit | f427cdf6f7e8fd03418370425f4f663ca4a03121 (patch) | |
tree | ca3a019d62dc9bbeee1b3e93b70e81e2077696e1 /client-native-lib/Cargo.toml | |
parent | 6823e2acbef4f38daa214ddce1fa92bf809db736 (diff) | |
download | keks-meet-f427cdf6f7e8fd03418370425f4f663ca4a03121.tar keks-meet-f427cdf6f7e8fd03418370425f4f663ca4a03121.tar.bz2 keks-meet-f427cdf6f7e8fd03418370425f4f663ca4a03121.tar.zst |
reworking rift: part one
Diffstat (limited to 'client-native-lib/Cargo.toml')
-rw-r--r-- | client-native-lib/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client-native-lib/Cargo.toml b/client-native-lib/Cargo.toml index 617bdb7..70ad7b8 100644 --- a/client-native-lib/Cargo.toml +++ b/client-native-lib/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "client-native-lib" +name = "libkeks" version = "0.2.3" edition = "2021" |