forked from NotAShelf/beer
meta: split protocol codecs and encoders into a beer-protocols crate
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ib7706308c892e43d2044fbb766505e9e6a6a6964
This commit is contained in:
parent
3e49e94f56
commit
1f1451f108
30 changed files with 910 additions and 484 deletions
|
|
@ -12,11 +12,11 @@
|
|||
fontconfig,
|
||||
harfbuzz,
|
||||
}: let
|
||||
cargoTOML = (lib.importTOML ../Cargo.toml).package.version;
|
||||
cargoTOML = lib.importTOML ../Cargo.toml;
|
||||
in
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "beer";
|
||||
version = cargoTOML.package.version;
|
||||
version = cargoTOML.workspace.package.version;
|
||||
|
||||
src = let
|
||||
fs = lib.fileset;
|
||||
|
|
@ -25,7 +25,7 @@ in
|
|||
fs.toSource {
|
||||
root = s;
|
||||
fileset = fs.unions [
|
||||
(s + /src)
|
||||
(s + /crates)
|
||||
(s + /Cargo.lock)
|
||||
(s + /Cargo.toml)
|
||||
(s + /terminfo)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue