call added

This commit is contained in:
Martin Brodbeck 2023-11-29 13:04:05 +01:00
parent c7f329b89b
commit a32745b1bc
2 changed files with 1 additions and 17 deletions

View File

@ -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

View File

@ -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')