call added
This commit is contained in:
parent
c7f329b89b
commit
a32745b1bc
2 changed files with 1 additions and 17 deletions
2
COPYING
2
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
|
||||
|
|
16
meson.build
16
meson.build
|
@ -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')
|
||||
|
Loading…
Reference in a new issue