From a32745b1bcbab2f912748b458fd859c3bbd56b39 Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Wed, 29 Nov 2023 13:04:05 +0100 Subject: [PATCH] call added --- COPYING | 2 +- meson.build | 16 ---------------- 2 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 meson.build diff --git a/COPYING b/COPYING index 88422d8..46643f2 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright (C) 2021 Martin Brodbeck +Copyright (C) 2023 Martin Brodbeck, DG2SMB Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including diff --git a/meson.build b/meson.build deleted file mode 100644 index c8e1dac..0000000 --- a/meson.build +++ /dev/null @@ -1,16 +0,0 @@ -project('clrigctl', 'rust', - version: '0.1.0', - meson_version: '>= 0.50.0', - default_options: [ 'warning_level=2', - ], -) - - - -cargo_sources = files( - 'Cargo.toml', - 'Cargo.lock', -) - -subdir('src') -